#include <UT_WorkArgs.h>
Public Member Functions | |
| UT_WorkArgs () | |
| ~UT_WorkArgs () | |
| void * | operator new (size_t size) |
| void | operator delete (void *memory) |
| void | appendArg (char *text) |
| void | setArg (int idx, char *text) |
| int | getArgc () const |
| char * | getArg (int idx) |
| const char * | getArg (int idx) const |
| char ** | getArgv () |
| const char ** | getArgv () const |
| char * | operator[] (int i) |
| char * | operator() (int i) |
| const char * | operator[] (int i) const |
| const char * | operator() (int i) const |
| UT_WorkArgs (const UT_WorkArgs ©) | |
| UT_WorkArgs & | operator= (const UT_WorkArgs ©) |
Definition at line 30 of file UT_WorkArgs.h.
| UT_WorkArgs::UT_WorkArgs | ( | ) |
| UT_WorkArgs::~UT_WorkArgs | ( | ) |
| UT_WorkArgs::UT_WorkArgs | ( | const UT_WorkArgs & | copy | ) |
| void UT_WorkArgs::appendArg | ( | char * | text | ) | [inline] |
Definition at line 38 of file UT_WorkArgs.h.
| const char* UT_WorkArgs::getArg | ( | int | idx | ) | const [inline] |
Definition at line 43 of file UT_WorkArgs.h.
| char* UT_WorkArgs::getArg | ( | int | idx | ) | [inline] |
Definition at line 42 of file UT_WorkArgs.h.
| int UT_WorkArgs::getArgc | ( | ) | const [inline] |
Definition at line 41 of file UT_WorkArgs.h.
| const char** UT_WorkArgs::getArgv | ( | ) | const [inline] |
Definition at line 45 of file UT_WorkArgs.h.
| char** UT_WorkArgs::getArgv | ( | ) | [inline] |
Definition at line 44 of file UT_WorkArgs.h.
| void UT_WorkArgs::operator delete | ( | void * | memory | ) |
| void* UT_WorkArgs::operator new | ( | size_t | size | ) |
| const char* UT_WorkArgs::operator() | ( | int | i | ) | const [inline] |
Definition at line 54 of file UT_WorkArgs.h.
| char* UT_WorkArgs::operator() | ( | int | i | ) | [inline] |
Definition at line 49 of file UT_WorkArgs.h.
| UT_WorkArgs& UT_WorkArgs::operator= | ( | const UT_WorkArgs & | copy | ) |
| const char* UT_WorkArgs::operator[] | ( | int | i | ) | const [inline] |
Definition at line 52 of file UT_WorkArgs.h.
| char* UT_WorkArgs::operator[] | ( | int | i | ) | [inline] |
Definition at line 47 of file UT_WorkArgs.h.
| void UT_WorkArgs::setArg | ( | int | idx, | |
| char * | text | |||
| ) |
1.5.9