#include <VOP_CodeCompilerArgs.h>
Public Member Functions | |
| VOP_CodeCompilerArgs (const char *src, const char *obj, const char *err, UT_StringArray *incs) | |
| const char * | getSource () const |
| const char * | getObject () const |
| const char * | getError () const |
| const char * | getIncludes () |
Public Attributes | |
| const char * | mySourceFile |
| const char * | myObjectFile |
| const char * | myErrorFile |
| UT_StringArray * | myIncDirs |
| UT_WorkBuffer | myWorkBuffer |
Definition at line 34 of file VOP_CodeCompilerArgs.h.
| VOP_CodeCompilerArgs::VOP_CodeCompilerArgs | ( | const char * | src, | |
| const char * | obj, | |||
| const char * | err, | |||
| UT_StringArray * | incs | |||
| ) | [inline] |
Definition at line 36 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::getError | ( | ) | const [inline] |
Definition at line 47 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::getIncludes | ( | ) |
| const char* VOP_CodeCompilerArgs::getObject | ( | ) | const [inline] |
Definition at line 46 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::getSource | ( | ) | const [inline] |
Definition at line 45 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::myErrorFile |
Definition at line 52 of file VOP_CodeCompilerArgs.h.
Definition at line 53 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::myObjectFile |
Definition at line 51 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::mySourceFile |
Definition at line 50 of file VOP_CodeCompilerArgs.h.
Definition at line 54 of file VOP_CodeCompilerArgs.h.
1.5.9