| Trees | Indices | Help |
|
|---|
|
|
object --+
|
CppHeaderParser
Simplistic regex based parser which will extract information from the file it was initialized with.
For now its so simple that there is no more than one method
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
reEnums = re.compile(r"""^\s+ enum \s+ (?P<name>\w+) \s* \{
|
|||
reEnumMembers = re.compile(
|
|||
|
|||
|
Inherited from |
|||
|
|||
Note: Currently we can only parse non-anonymous enumerations ! |
|
|||
reEnums
|
reEnumMembers
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:13 2011 | http://epydoc.sourceforge.net |