Public Member Functions | |
def | __init__ |
def | __repr__ (self) |
def | to_cpp (self) |
Public Attributes | |
ctype | |
default | |
name | |
Static Public Attributes | |
rule | |
The type and name of a function/method argument. E.g. ``` void sayHello(/*`s` is the method argument with type `const string&`*/ const string& s); ```
Definition at line 23 of file function.py.
def gtwrap.interface_parser.function.Argument.__init__ | ( | self, | |
ctype | |||
) |
Definition at line 39 of file function.py.
def gtwrap.interface_parser.function.Argument.__repr__ | ( | self, | |
str | |||
) |
Definition at line 60 of file function.py.
def gtwrap.interface_parser.function.Argument.to_cpp | ( | self, | |
str | |||
) |
Return full C++ representation of argument.
Definition at line 63 of file function.py.
gtwrap.interface_parser.function.Argument.ctype |
Definition at line 43 of file function.py.
gtwrap.interface_parser.function.Argument.default |
Definition at line 56 of file function.py.
gtwrap.interface_parser.function.Argument.name |
Definition at line 46 of file function.py.
|
static |
Definition at line 32 of file function.py.