Classes | |
class | TypenameAndInstantiations |
Public Member Functions | |
def | __init__ |
def | __repr__ (self) |
Public Attributes | |
instantiations | |
typenames | |
Static Public Attributes | |
rule | |
Rule to parse templated values in the interface file. E.g. template<POSE> // this is the Template. class Camera { ... };
Definition at line 22 of file template.py.
def gtwrap.interface_parser.template.Template.__init__ | ( | self, | |
typename_and_instantiations_list | |||
) |
Definition at line 68 of file template.py.
def gtwrap.interface_parser.template.Template.__repr__ | ( | self, | |
str | |||
) |
Definition at line 73 of file template.py.
gtwrap.interface_parser.template.Template.instantiations |
Definition at line 71 of file template.py.
|
static |
Definition at line 57 of file template.py.
gtwrap.interface_parser.template.Template.typenames |
Definition at line 70 of file template.py.