HDK
|
#include <UT_WorkArgs.h>
Public Types | |
typedef const char *const * | iterator |
Public Member Functions | |
UT_WorkArgs () | |
~UT_WorkArgs () | |
void | appendArg (const char *text) |
void | setArg (int idx, const char *text) |
int | entries () const |
int | getArgc () const |
const char * | getArg (int idx) const |
const char *const * | getArgv () const |
const char * | operator[] (int i) const |
const char * | operator() (int i) const |
UT_WorkArgs (const UT_WorkArgs ©) | |
UT_WorkArgs & | operator= (const UT_WorkArgs ©) |
int64 | getMemoryUsage (bool inclusive) const |
iterator | begin () const |
iterator | end () const |
void | reset () |
void | reserve (int num_elems) |
Definition at line 25 of file UT_WorkArgs.h.
typedef const char* const* UT_WorkArgs::iterator |
Definition at line 48 of file UT_WorkArgs.h.
UT_WorkArgs::UT_WorkArgs | ( | ) |
UT_WorkArgs::~UT_WorkArgs | ( | ) |
UT_WorkArgs::UT_WorkArgs | ( | const UT_WorkArgs & | copy | ) |
|
inline |
Definition at line 30 of file UT_WorkArgs.h.
Definition at line 49 of file UT_WorkArgs.h.
Definition at line 50 of file UT_WorkArgs.h.
|
inline |
Definition at line 33 of file UT_WorkArgs.h.
|
inline |
Definition at line 35 of file UT_WorkArgs.h.
|
inline |
Definition at line 34 of file UT_WorkArgs.h.
|
inline |
Definition at line 36 of file UT_WorkArgs.h.
int64 UT_WorkArgs::getMemoryUsage | ( | bool | inclusive | ) | const |
|
inline |
Definition at line 40 of file UT_WorkArgs.h.
UT_WorkArgs& UT_WorkArgs::operator= | ( | const UT_WorkArgs & | copy | ) |
|
inline |
Definition at line 38 of file UT_WorkArgs.h.
void UT_WorkArgs::reset | ( | ) |