99 const char*
const* argv)
118 if (pIndex<pCount && pArray[pIndex]!=0)
138 const char*
const* argv)
148 const char*
const* pArray;
void reset(int argc, const char *const *argv)
Specify new array of strings to be parsed.
const char * fetch()
Returns the current argument, advances to the next argument and returns NULL is there are no argument...
ArgvIter(int argc, const char *const *argv)
Constructor.
The ArgvIter class fetches arguments from a c-style char* array.
The ArgIter class is an abstract class used by the CmdLine class for fetching command line arguments...