#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) |
Outputs the prototype for the function. | |
virtual void | write_code (ostream &out) |
Outputs the code for the function. | |
Protected Attributes | |
string | _name |
Definition at line 40 of file functionWriter.h.
|
Definition at line 32 of file functionWriter.cxx. |
|
Definition at line 43 of file functionWriter.cxx. References _name. |
|
Definition at line 66 of file functionWriter.cxx. |
|
Definition at line 54 of file functionWriter.cxx. References _name. |
|
Outputs the code for the function.
Reimplemented in FunctionWriterPtrFromPython, and FunctionWriterPtrToPython. Definition at line 109 of file functionWriter.cxx. |
|
Outputs the prototype for the function.
Reimplemented in FunctionWriterPtrFromPython, and FunctionWriterPtrToPython. Definition at line 97 of file functionWriter.cxx. Referenced by FunctionWriters::add_writer(). |
|