|
HDK
|
#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 28 of file VOP_CodeCompilerArgs.h.
|
inline |
Definition at line 30 of file VOP_CodeCompilerArgs.h.
|
inline |
Definition at line 41 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::getIncludes | ( | ) |
|
inline |
Definition at line 40 of file VOP_CodeCompilerArgs.h.
|
inline |
Definition at line 39 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::myErrorFile |
Definition at line 46 of file VOP_CodeCompilerArgs.h.
| UT_StringArray* VOP_CodeCompilerArgs::myIncDirs |
Definition at line 47 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::myObjectFile |
Definition at line 45 of file VOP_CodeCompilerArgs.h.
| const char* VOP_CodeCompilerArgs::mySourceFile |
Definition at line 44 of file VOP_CodeCompilerArgs.h.
| UT_WorkBuffer VOP_CodeCompilerArgs::myWorkBuffer |
Definition at line 48 of file VOP_CodeCompilerArgs.h.