16 #ifndef __OMNETPP_CSTRINGTOKENIZER_H    17 #define __OMNETPP_CSTRINGTOKENIZER_H    21 #include "simkerneldefs.h"    62     std::string delimiter;
    96     void setDelimiter(
const char *s);
   102     bool hasMoreTokens();
   109     const char *nextToken();
   115     std::vector<std::string> asVector();
   121     std::vector<int> asIntVector();
   127     std::vector<double> asDoubleVector();
 Definition: cabstracthistogram.h:21
 
String tokenizer class, modelled after strtok(). 
Definition: cstringtokenizer.h:57