#include <functionWriterPtrToPython.h>
Inheritance diagram for FunctionWriterPtrToPython:

Public Member Functions | |
| FunctionWriterPtrToPython (CPPType *type) | |
| virtual | ~FunctionWriterPtrToPython () |
| virtual void | write_prototype (ostream &out) |
| virtual void | write_code (ostream &out) |
| CPPType * | get_pointer_type () const |
Private Attributes | |
| CPPType * | _type |
| CPPType * | _pointer_type |
|
|
Definition at line 33 of file functionWriterPtrToPython.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 48 of file functionWriterPtrToPython.cxx. References _pointer_type. |
|
|
Definition at line 94 of file functionWriterPtrToPython.cxx. References _pointer_type. |
|
|
Reimplemented from FunctionWriter. Definition at line 70 of file functionWriterPtrToPython.cxx. References FunctionWriter::_name, _pointer_type, _type, InterfaceMakerPythonObj::get_builder_name(), CPPType::output_instance(), and parser. |
|
|
Reimplemented from FunctionWriter. Definition at line 58 of file functionWriterPtrToPython.cxx. References FunctionWriter::_name, _pointer_type, CPPType::output_instance(), and parser. |
|
|
Definition at line 43 of file functionWriterPtrToPython.h. Referenced by FunctionWriterPtrToPython(), get_pointer_type(), write_code(), write_prototype(), and ~FunctionWriterPtrToPython(). |
|
|
Definition at line 42 of file functionWriterPtrToPython.h. Referenced by FunctionWriterPtrToPython(), and write_code(). |
1.3