|
def | __init__ (self, start, end, name, return_type, parameters, modifiers, templated_types, body, namespace) |
|
def | __str__ (self) |
|
def | IsDeclaration (self) |
|
def | IsDefinition (self) |
|
def | IsExportable (self) |
|
def | Requires (self, node) |
|
def | __init__ (self, start, end, name, namespace) |
|
def | FullName (self) |
|
def | __init__ (self, start, end) |
|
def | __repr__ (self) |
|
def | XXX__str__ (self) |
|
Definition at line 360 of file ast.py.
◆ __init__()
def cpp.ast.Function.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
end, |
|
|
|
name, |
|
|
|
return_type, |
|
|
|
parameters, |
|
|
|
modifiers, |
|
|
|
templated_types, |
|
|
|
body, |
|
|
|
namespace |
|
) |
| |
◆ __str__()
def cpp.ast.Function.__str__ |
( |
|
self | ) |
|
◆ IsDeclaration()
def cpp.ast.Function.IsDeclaration |
( |
|
self | ) |
|
Returns bool if this node is a declaration.
Reimplemented from cpp.ast.Node.
Definition at line 371 of file ast.py.
◆ IsDefinition()
def cpp.ast.Function.IsDefinition |
( |
|
self | ) |
|
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
Definition at line 374 of file ast.py.
◆ IsExportable()
def cpp.ast.Function.IsExportable |
( |
|
self | ) |
|
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
Definition at line 377 of file ast.py.
◆ Requires()
def cpp.ast.Function.Requires |
( |
|
self, |
|
|
|
node |
|
) |
| |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 382 of file ast.py.
◆ body
◆ modifiers
cpp.ast.Function.modifiers |
◆ parameters
cpp.ast.Function.parameters |
◆ return_type
cpp.ast.Function.return_type |
◆ templated_types
cpp.ast.Function.templated_types |
The documentation for this class was generated from the following file: