Public Member Functions | |
def | __init__ |
def | __repr__ (self) |
def | to_cpp (self) |
Public Attributes | |
args | |
instantiations | |
is_const | |
name | |
original | |
parent | |
return_type | |
template | |
We can only instantiate template methods with a single template parameter.
Definition at line 207 of file template_instantiator.py.
def gtwrap.template_instantiator.InstantiatedMethod.__init__ | ( | self, | |
original, | |||
instantiations | |||
) |
Definition at line 211 of file template_instantiator.py.
def gtwrap.template_instantiator.InstantiatedMethod.__repr__ | ( | self | ) |
Definition at line 260 of file template_instantiator.py.
def gtwrap.template_instantiator.InstantiatedMethod.to_cpp | ( | self | ) |
Generate the C++ code for wrapping.
Definition at line 248 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.args |
Definition at line 239 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.instantiations |
Definition at line 213 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.is_const |
Definition at line 215 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.name |
Definition at line 221 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.original |
Definition at line 212 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.parent |
Definition at line 216 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.return_type |
Definition at line 222 of file template_instantiator.py.
gtwrap.template_instantiator.InstantiatedMethod.template |
Definition at line 214 of file template_instantiator.py.