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 interface_parser/function.py.
def gtwrap.interface_parser.function.Argument.__init__ | ( | self, | |
ctype | |||
) |
Definition at line 41 of file interface_parser/function.py.
def gtwrap.interface_parser.function.Argument.__repr__ | ( | self, | |
str | |||
) |
Definition at line 52 of file interface_parser/function.py.
def gtwrap.interface_parser.function.Argument.to_cpp | ( | self, | |
str | |||
) |
Return full C++ representation of argument.
Definition at line 55 of file interface_parser/function.py.
gtwrap.interface_parser.function.Argument.ctype |
Definition at line 45 of file interface_parser/function.py.
gtwrap.interface_parser.function.Argument.default |
Definition at line 49 of file interface_parser/function.py.
gtwrap.interface_parser.function.Argument.name |
Definition at line 48 of file interface_parser/function.py.
|
static |
Definition at line 32 of file interface_parser/function.py.