#include <functionWriters.h>
Public Member Functions | |
FunctionWriters () | |
~FunctionWriters () | |
FunctionWriter * | add_writer (FunctionWriter *writer) |
void | write_prototypes (ostream &out) |
void | write_code (ostream &out) |
Protected Types | |
typedef set< FunctionWriter *, IndirectCompareTo > | Writers |
Protected Attributes | |
Writers | _writers |
|
Definition at line 52 of file functionWriters.h. |
|
Definition at line 27 of file functionWriters.cxx. |
|
Definition at line 36 of file functionWriters.cxx. References _writers. |
|
Definition at line 55 of file functionWriters.cxx. References _writers, and writer(). Referenced by InterfaceMakerPythonObj::get_ptr_from_python(), and InterfaceMakerPythonObj::get_ptr_to_python(). |
|
Definition at line 86 of file functionWriters.cxx. References _writers, and writer(). Referenced by InterfaceMaker::write_functions(). |
|
Definition at line 72 of file functionWriters.cxx. References _writers, and writer(). Referenced by InterfaceMaker::write_prototypes(). |
|
Definition at line 53 of file functionWriters.h. Referenced by add_writer(), write_code(), write_prototypes(), and ~FunctionWriters(). |