#include <functionWriterPtrToPython.h>
Inheritance diagram for FunctionWriterPtrToPython:
Public Member Functions | |
FunctionWriterPtrToPython (CPPType *type) | |
virtual | ~FunctionWriterPtrToPython () |
virtual void | write_prototype (ostream &out) |
Outputs the prototype for the function. | |
virtual void | write_code (ostream &out) |
Outputs the code for the function. | |
CPPType * | get_pointer_type () const |
Returns the type that represents a pointer to the data type. | |
const string & | get_name () const |
virtual int | compare_to (const FunctionWriter &other) const |
Protected Attributes | |
string | _name |
Private Attributes | |
CPPType * | _type |
CPPType * | _pointer_type |
Definition at line 40 of file functionWriterPtrToPython.h.
|
Definition at line 38 of file functionWriterPtrToPython.cxx. References FunctionWriterPtrFromPython::_pointer_type. |
|
Definition at line 55 of file functionWriterPtrToPython.cxx. References FunctionWriter::_name, _pointer_type, CPPType::output_instance(), and parser. |
|
Definition at line 66 of file functionWriter.cxx. |
|
Definition at line 54 of file functionWriter.cxx. References FunctionWriter::_name. |
|
Returns the type that represents a pointer to the data type.
Definition at line 111 of file functionWriterPtrToPython.cxx. |
|
Outputs the code for the function.
Reimplemented from FunctionWriter. Definition at line 83 of file functionWriterPtrToPython.cxx. |
|
Outputs the prototype for the function.
Reimplemented from FunctionWriter. Definition at line 68 of file functionWriterPtrToPython.cxx. References FunctionWriter::_name, _pointer_type, _type, InterfaceMakerPythonObj::get_builder_name(), CPPType::output_instance(), and parser. |
|
Definition at line 52 of file functionWriter.h. Referenced by FunctionWriter::get_name(), write_prototype(), FunctionWriterPtrFromPython::write_prototype(), FunctionWriter::~FunctionWriter(), FunctionWriterPtrFromPython::~FunctionWriterPtrFromPython(), and ~FunctionWriterPtrToPython(). |
|
Definition at line 51 of file functionWriterPtrToPython.h. Referenced by write_prototype(), and ~FunctionWriterPtrToPython(). |
|
Definition at line 50 of file functionWriterPtrToPython.h. Referenced by write_prototype(). |