![]() |
- 3.0.1 core module.
|
Public Member Functions | |
| def | __init__ (self, start, end, name, namespace) |
| def | FullName (self) |
Public Member Functions inherited from cpp.ast.Node | |
| def | __init__ (self, start, end) |
| def | IsDeclaration (self) |
| def | IsDefinition (self) |
| def | IsExportable (self) |
| def | Requires (self, node) |
| def | XXX__str__ (self) |
| def | __repr__ (self) |
Public Attributes | |
| name | |
| namespace | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
| def cpp.ast._GenericDeclaration.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| namespace | |||
| ) |
| def cpp.ast._GenericDeclaration.FullName | ( | self | ) |
References cpp.ast.Node._StringHelper(), cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, cpp.ast.Friend.namespace, and cpp.ast._GenericDeclaration.namespace.
| cpp.ast._GenericDeclaration.name |
| cpp.ast._GenericDeclaration.namespace |
Referenced by cpp.ast._GenericDeclaration.FullName(), and cpp.ast.Function.IsExportable().