Trees | Indices | Help |
|
---|
|
object --+ | parser_configuration_t
Configuration object to collect parameters for invoking C++ parser This class serves as a base class for the parameters that can be used to customize the call to C++ parser. This class also allows users to work with relative files paths. In this case files are searched in the following order: 1. current directory 2. working directory 3. additional include paths specified by the user
Instance Methods | |||
|
|||
|
|||
|
Properties | |
working_directory | |
include_paths list of include paths to look for header files |
|
define_symbols list of "define" directives |
|
undefine_symbols list of "undefine" directives |
|
compiler compiler name to simulate |
|
cflags additional flags to pass to compiler |
Method Details |
Constructor.
|
Property Details |
working_directory
|
include_pathslist of include paths to look for header files |
define_symbolslist of "define" directives |
undefine_symbolslist of "undefine" directives |
compilercompiler name to simulate |
cflagsadditional flags to pass to compiler
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:05 2008 | http://epydoc.sourceforge.net |