#include <functionWriter.h>
Inheritance diagram for FunctionWriter:
Public Member Functions | |
FunctionWriter () | |
virtual | ~FunctionWriter () |
const string & | get_name () const |
virtual int | compare_to (const FunctionWriter &other) const |
virtual void | write_prototype (ostream &out) |
virtual void | write_code (ostream &out) |
Protected Attributes | |
string | _name |
|
Definition at line 27 of file functionWriter.cxx. |
|
Definition at line 36 of file functionWriter.cxx. |
|
Definition at line 55 of file functionWriter.cxx. References _name. |
|
Definition at line 45 of file functionWriter.cxx. References _name. |
|
Reimplemented in FunctionWriterPtrFromPython, and FunctionWriterPtrToPython. Definition at line 92 of file functionWriter.cxx. |
|
Reimplemented in FunctionWriterPtrFromPython, and FunctionWriterPtrToPython. Definition at line 83 of file functionWriter.cxx. |
|