proxygen
|
Public Attributes | |
return_type | |
parameters | |
modifiers | |
body | |
templated_types | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
name | |
namespace | |
Public Attributes inherited from cpp.ast.Node | |
start | |
end | |
def cpp.ast.Function.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
return_type, | |||
parameters, | |||
modifiers, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
Definition at line 362 of file ast.py.
Referenced by cpp.ast.Function.__str__().
def cpp.ast.Function.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
return_type, | |||
parameters, | |||
modifiers, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
Definition at line 362 of file ast.py.
References message.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, cpp.ast.Function.parameters, cpp.ast.Function.return_type, cpp.ast.Class.templated_types, and cpp.ast.Function.templated_types.
def cpp.ast.Function.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
return_type, | |||
parameters, | |||
modifiers, | |||
templated_types, | |||
body, | |||
namespace | |||
) |
Definition at line 362 of file ast.py.
References message.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, cpp.ast.Function.parameters, cpp.ast.Function.return_type, cpp.ast.Class.templated_types, and cpp.ast.Function.templated_types.
def cpp.ast.Function.__str__ | ( | self | ) |
Definition at line 391 of file ast.py.
References cpp.ast._GenericDeclaration._TypeStringHelper(), message.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Function.parameters, and cpp.ast.Function.return_type.
Referenced by cpp.ast.Function.__str__().
def cpp.ast.Function.__str__ | ( | self | ) |
Definition at line 391 of file ast.py.
References cpp.ast.Function.__init__(), cpp.ast.Function.__str__(), cpp.ast._GenericDeclaration._TypeStringHelper(), message.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Function.parameters, and cpp.ast.Function.return_type.
def cpp.ast.Function.__str__ | ( | self | ) |
Definition at line 391 of file ast.py.
References cpp.ast.Function.__init__(), cpp.ast.Function.__str__(), cpp.ast._GenericDeclaration._TypeStringHelper(), message.body, cpp.ast.Class.body, cpp.ast.Function.body, cpp.ast.Function.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Function.parameters, and cpp.ast.Function.return_type.
def cpp.ast.Function.IsDeclaration | ( | self | ) |
Definition at line 371 of file ast.py.
References message.body, cpp.ast.Class.body, and cpp.ast.Function.body.
Referenced by cpp.ast.Function.IsDeclaration().
def cpp.ast.Function.IsDeclaration | ( | self | ) |
Definition at line 371 of file ast.py.
References message.body, cpp.ast.Class.body, cpp.ast.Function.body, and cpp.ast.Function.IsDeclaration().
def cpp.ast.Function.IsDeclaration | ( | self | ) |
Definition at line 371 of file ast.py.
References message.body, cpp.ast.Class.body, cpp.ast.Function.body, and cpp.ast.Function.IsDeclaration().
def cpp.ast.Function.IsDefinition | ( | self | ) |
Definition at line 374 of file ast.py.
References message.body, cpp.ast.Class.body, and cpp.ast.Function.body.
Referenced by cpp.ast.Function.IsDefinition().
def cpp.ast.Function.IsDefinition | ( | self | ) |
Definition at line 374 of file ast.py.
References message.body, cpp.ast.Class.body, cpp.ast.Function.body, and cpp.ast.Function.IsDefinition().
def cpp.ast.Function.IsDefinition | ( | self | ) |
Definition at line 374 of file ast.py.
References message.body, cpp.ast.Class.body, cpp.ast.Function.body, and cpp.ast.Function.IsDefinition().
def cpp.ast.Function.IsExportable | ( | self | ) |
Definition at line 377 of file ast.py.
References cpp.ast.Function.IsExportable(), cpp.ast.Friend.namespace, cpp.ast._GenericDeclaration.namespace, and cpp.ast.Function.return_type.
def cpp.ast.Function.IsExportable | ( | self | ) |
Definition at line 377 of file ast.py.
References cpp.ast.Function.IsExportable(), cpp.ast.Friend.namespace, cpp.ast._GenericDeclaration.namespace, and cpp.ast.Function.return_type.
def cpp.ast.Function.IsExportable | ( | self | ) |
Definition at line 377 of file ast.py.
References cpp.ast.Friend.namespace, cpp.ast._GenericDeclaration.namespace, and cpp.ast.Function.return_type.
Referenced by cpp.ast.Function.IsExportable().
def cpp.ast.Function.Requires | ( | self, | |
node | |||
) |
Definition at line 382 of file ast.py.
References cpp.ast.Function.parameters, and cpp.ast.Function.Requires().
def cpp.ast.Function.Requires | ( | self, | |
node | |||
) |
Definition at line 382 of file ast.py.
References cpp.ast.Function.parameters, and cpp.ast.Function.Requires().
def cpp.ast.Function.Requires | ( | self, | |
node | |||
) |
Definition at line 382 of file ast.py.
References cpp.ast.Function.parameters.
Referenced by cpp.ast.Function.Requires().
cpp.ast.Function.body |
Definition at line 368 of file ast.py.
Referenced by cpp.ast.Function.__init__(), cpp.ast.Function.__str__(), cpp.ast.Function.IsDeclaration(), and cpp.ast.Function.IsDefinition().
cpp.ast.Function.modifiers |
Definition at line 367 of file ast.py.
Referenced by cpp.ast.Function.__init__(), cpp.ast.Type.__init__(), cpp.ast.Function.__str__(), and cpp.ast.Type.__str__().
cpp.ast.Function.parameters |
Definition at line 366 of file ast.py.
Referenced by cpp.ast.Function.__init__(), cpp.ast.Function.__str__(), and cpp.ast.Function.Requires().
cpp.ast.Function.return_type |
Definition at line 365 of file ast.py.
Referenced by cpp.ast.Function.__init__(), cpp.ast.Function.__str__(), and cpp.ast.Function.IsExportable().
cpp.ast.Function.templated_types |
Definition at line 369 of file ast.py.
Referenced by cpp.ast.Function.__init__(), cpp.ast.Type.__init__(), and cpp.ast.Type.__str__().