Classes | |
class | TypenameAndInstantiations |
Public Member Functions | |
def | __init__ (self, List[TypenameAndInstantiations] typename_and_instantiations_list) |
str | __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, | |
List[TypenameAndInstantiations] | typename_and_instantiations_list | ||
) |
Definition at line 66 of file template.py.
str gtwrap.interface_parser.template.Template.__repr__ | ( | self | ) |
Definition at line 73 of file template.py.
gtwrap.interface_parser.template.Template.instantiations |
Definition at line 69 of file template.py.
|
static |
Definition at line 57 of file template.py.
gtwrap.interface_parser.template.Template.typenames |
Definition at line 68 of file template.py.