|
| fields = fields |
|
| name = name |
|
| namespace = namespace[:] |
|
list | namespace = [n or '<anonymous>' for n in self.namespace] |
|
| start = start |
|
| end = end |
|
|
| _TypeStringHelper (self, suffix) |
|
| _StringHelper (self, name, suffix) |
|
◆ __init__()
cpp.ast._NestedType.__init__ |
( |
| self, |
|
|
| start, |
|
|
| end, |
|
|
| name, |
|
|
| fields, |
|
|
| namespace ) |
◆ IsDefinition()
cpp.ast._NestedType.IsDefinition |
( |
| self | ) |
|
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
◆ IsExportable()
cpp.ast._NestedType.IsExportable |
( |
| self | ) |
|
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
The documentation for this class was generated from the following file:
- googletest/lib/googlemock/scripts/generator/cpp/ast.py