TOP --> CcDoc
Parse a C++ header file and generate a list of statement tuples.
CCcDocParser
~CCcDocParser
GetRootNode
IsDebug
Parse
public CCcDocParser ( ) ;
Default constructor.
public ~ CCcDocParser ( ) ;
Destructor.
public bool Parse ( CJdlBufferedFileReader & file ,
const char * srcFileName ,
const char * pkgName ) ;
Parse the pre-processed file.
| file | The pre-processed file object. |
| srcFileName | The name of the original source file. |
| pkgName | The default package name. |
public CCcDocParserNode * GetRootNode ( ) const ;
Get the root node of the parse tree for this file. This is always a FILE node.
public bool IsDebug ( ) const ;
Is the CCDOC_PARSER_DEBUG environment variable set?
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.