#include <functionWriterPtrFromPython.h>
Inheritance diagram for FunctionWriterPtrFromPython:
Public Member Functions | |
FunctionWriterPtrFromPython (CPPType *type) | |
virtual | ~FunctionWriterPtrFromPython () |
virtual void | write_prototype (ostream &out) |
virtual void | write_code (ostream &out) |
CPPType * | get_type () const |
CPPType * | get_pointer_type () const |
Private Attributes | |
CPPType * | _type |
CPPType * | _pointer_type |
|
Definition at line 32 of file functionWriterPtrFromPython.cxx. References FunctionWriter::_name, _pointer_type, _type, InterrogateBuilder::clean_identifier(), CPPType::get_local_name(), parser, type, TypeManager::unwrap_const(), and TypeManager::unwrap_pointer(). |
|
Definition at line 47 of file functionWriterPtrFromPython.cxx. References _pointer_type. |
|
Definition at line 115 of file functionWriterPtrFromPython.cxx. References _pointer_type. |
|
Definition at line 104 of file functionWriterPtrFromPython.cxx. References _type. |
|
Reimplemented from FunctionWriter. Definition at line 73 of file functionWriterPtrFromPython.cxx. References FunctionWriter::_name, _pointer_type, CPPType::get_local_name(), CPPType::output_instance(), and parser. |
|
Reimplemented from FunctionWriter. Definition at line 57 of file functionWriterPtrFromPython.cxx. References FunctionWriter::_name, _pointer_type, CPPType::output_instance(), and parser. |
|
Definition at line 45 of file functionWriterPtrFromPython.h. Referenced by FunctionWriterPtrFromPython(), get_pointer_type(), write_code(), write_prototype(), and ~FunctionWriterPtrFromPython(). |
|
Definition at line 44 of file functionWriterPtrFromPython.h. Referenced by FunctionWriterPtrFromPython(), and get_type(). |