Public Attributes | |
bases | |
body | |
templated_types | |
![]() | |
name | |
namespace | |
![]() | |
end | |
start | |
Definition at line 321 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
bases, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
Definition at line 322 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
bases, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
Definition at line 322 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
bases, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
Definition at line 322 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.__str__ | ( | self | ) |
Definition at line 348 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.__str__ | ( | self | ) |
Definition at line 348 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.__str__ | ( | self | ) |
Definition at line 348 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented from cpp.ast.Node.
Definition at line 328 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented from cpp.ast.Node.
Definition at line 328 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented from cpp.ast.Node.
Definition at line 328 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
Definition at line 331 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
Definition at line 331 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented from cpp.ast.Node.
Definition at line 331 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
Definition at line 334 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
Definition at line 334 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented from cpp.ast.Node.
Definition at line 334 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 337 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 337 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Class.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 337 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.Class.bases |
Definition at line 324 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.Class.body |
Definition at line 325 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.Class.templated_types |
Definition at line 326 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.