|
tesseract v5.3.3.20231005
|
Public Member Functions | |
| def | __init__ (self, start, end, name, fields, namespace) |
| def | IsDefinition (self) |
| def | IsExportable (self) |
| def | __str__ (self) |
Public Member Functions inherited from cpp.ast._GenericDeclaration | |
| 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 | |
| fields | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
| name | |
| namespace | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
| def cpp.ast._NestedType.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| fields, | |||
| namespace | |||
| ) |
Reimplemented from cpp.ast._GenericDeclaration.
Definition at line 296 of file ast.py.
| def cpp.ast._NestedType.__str__ | ( | self | ) |
| def cpp.ast._NestedType.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
Definition at line 300 of file ast.py.
| def cpp.ast._NestedType.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
Definition at line 303 of file ast.py.