Detects most elements in the code, currently classes, structs, global variables, fields, functions, methods, namespaces and enums. The structs ParseLocation and ParseVariable are helper objects to transmit information to the ParserClient. Currently the parsed information only gets logged in the Storage. review id = 15 fortune cookie message = In dreams and in life, nothing is impossible.
6 lines
34 B
C++
6 lines
34 B
C++
class H
|
|
{
|
|
private:
|
|
int width;
|
|
};
|