62 #ifndef ISTREAMITER_HH 63 #define ISTREAMITER_HH 110 const std::string& separator=
"---")
112 pSeparator(separator)
129 if (word==pSeparator)
return 0;
136 std::string pSeparator;
IStreamIter(std::istream &is, const std::string &separator="---")
Constructor.
const char * fetch()
Returns the current argument, advances to the next argument and returns NULL is there are no argument...
The IStreamIter class fetches arguments from an input stream.
The ArgIter class is an abstract class used by the CmdLine class for fetching command line arguments...