|
Monero
|


Public Member Functions | |
| __init__ (self, start, end, name, namespace) | |
| FullName (self) | |
Public Member Functions inherited from cpp.ast.Node | |
| IsDeclaration (self) | |
| IsDefinition (self) | |
| IsExportable (self) | |
| Requires (self, node) | |
| XXX__str__ (self) | |
| __repr__ (self) | |
Public Attributes | |
| name | |
| namespace | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
Protected Member Functions | |
| _TypeStringHelper (self, suffix) | |
Protected Member Functions inherited from cpp.ast.Node | |
| _StringHelper (self, name, suffix) | |
| cpp.ast._GenericDeclaration.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| namespace ) |
Reimplemented from cpp.ast.Node.
Reimplemented in cpp.ast.Typedef, cpp.ast.Class, cpp.ast._NestedType, cpp.ast.Method, cpp.ast.Function, cpp.ast.Type, and cpp.ast.VariableDeclaration.
|
protected |
| cpp.ast._GenericDeclaration.FullName | ( | self | ) |
| cpp.ast._GenericDeclaration.name |
| cpp.ast._GenericDeclaration.namespace |