def cpp.ast.Node.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
def cpp.ast.Node.IsDeclaration |
( |
|
self | ) |
|
def cpp.ast.Node.IsDefinition |
( |
|
self | ) |
|
Returns bool if this node is a definition.
def cpp.ast.Node.IsExportable |
( |
|
self | ) |
|
Returns bool if this node exportable from a header file.
def cpp.ast.Node.Requires |
( |
|
self, |
|
|
|
node |
|
) |
| |
Does this AST node require the definition of the node passed in?
def cpp.ast.Node.XXX__str__ |
( |
|
self | ) |
|
def cpp.ast.Node.__repr__ |
( |
|
self | ) |
|
The documentation for this class was generated from the following file:
- /home/adrl/code/src/control-toolbox/ct_core/build/test/googletest-src/googlemock/scripts/generator/cpp/ast.py