#include <interfaceMaker.h>
Public Types | |
typedef vector< FunctionRemap * > | Remaps |
Public Member Functions | |
Function (const string &name, const InterrogateType &itype, const InterrogateFunction &ifunc) | |
~Function () | |
Public Attributes | |
string | _name |
const InterrogateType & | _itype |
const InterrogateFunction & | _ifunc |
Remaps | _remaps |
bool | _has_this |
|
Definition at line 99 of file interfaceMaker.h. |
|
Definition at line 57 of file interfaceMaker.cxx. References _has_this. |
|
Definition at line 75 of file interfaceMaker.cxx. References NULL. |
|
Definition at line 101 of file interfaceMaker.h. Referenced by Function(), and InterfaceMaker::get_wrapper_name(). |
|
Definition at line 98 of file interfaceMaker.h. |
|
Definition at line 97 of file interfaceMaker.h. |
|
Definition at line 96 of file interfaceMaker.h. |
|
Definition at line 100 of file interfaceMaker.h. Referenced by InterfaceMaker::get_wrapper_name(), InterfaceMakerPythonSimple::get_wrapper_prefix(), and InterfaceMakerC::get_wrapper_prefix(). |