tesseract v5.3.3.20231005
|
Public Member Functions | |
def | __init__ (self, start, end, name, alias, namespace) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | __str__ (self) |
![]() | |
def | __init__ (self, start, end, name, namespace) |
def | FullName (self) |
![]() | |
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 | |
alias | |
![]() | |
name | |
namespace | |
![]() | |
start | |
end | |
def cpp.ast.Typedef.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
alias, | |||
namespace | |||
) |
Reimplemented from cpp.ast._GenericDeclaration.
Definition at line 272 of file ast.py.
def cpp.ast.Typedef.__str__ | ( | self | ) |
def cpp.ast.Typedef.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
Definition at line 276 of file ast.py.
def cpp.ast.Typedef.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
Definition at line 279 of file ast.py.
def cpp.ast.Typedef.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 282 of file ast.py.