Rule to parse functions defined in the global scope.
Definition at line 152 of file interface_parser/function.py.
◆ __init__()
def gtwrap.interface_parser.function.GlobalFunction.__init__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ __repr__()
def gtwrap.interface_parser.function.GlobalFunction.__repr__ |
( |
|
self, |
|
|
|
str |
|
) |
| |
◆ to_cpp()
def gtwrap.interface_parser.function.GlobalFunction.to_cpp |
( |
|
self, |
|
|
|
str |
|
) |
| |
◆ args
gtwrap.interface_parser.function.GlobalFunction.args |
◆ name
gtwrap.interface_parser.function.GlobalFunction.name |
◆ parent
gtwrap.interface_parser.function.GlobalFunction.parent |
◆ return_type
gtwrap.interface_parser.function.GlobalFunction.return_type |
◆ rule
gtwrap.interface_parser.function.GlobalFunction.rule |
|
static |
◆ template
gtwrap.interface_parser.function.GlobalFunction.template |
The documentation for this class was generated from the following file: