Home | Trees | Indices | Help |
|
---|
|
object --+ | parser_configuration_t --+ | gccxml_configuration_t
Configuration object to collect parameters for invoking gccxml.
This class serves as a container for the parameters that can be used to customize the call to gccxml.
Instance Methods | |||
|
|||
|
|||
|
Properties | |
gccxml_path gccxml binary location |
|
start_with_declarations list of declarations gccxml should start with, when it dumps declaration tree |
|
ignore_gccxml_output set this property to True, if you want pygccxml to ignore any error\warning that comes from gccxml |
|
Inherited from |
Method Details |
Constructor.
|
|
validates the configuration settings and raises RuntimeError on error
|
Property Details |
gccxml_pathgccxml binary location
|
start_with_declarationslist of declarations gccxml should start with, when it dumps declaration tree |
ignore_gccxml_outputset this property to True, if you want pygccxml to ignore any error\warning that comes from gccxml
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 09:00:21 2008 | http://epydoc.sourceforge.net |