#include <AGDDTokenizer.h>
Definition at line 10 of file AGDDTokenizer.h.
◆ AGDDTokenizer()
| AGDDTokenizer::AGDDTokenizer |
( |
const std::string & | sep, |
|
|
const std::string & | input ) |
Definition at line 8 of file AGDDTokenizer.cxx.
8 {
9 std::string::size_type
i=0, j=0;
10 while( (j=
input.find(sep,i))!=std::string::npos) {
11 push_back(
input.substr(i,j-i));
13 }
14 push_back(
input.substr(i));
15}
◆ elements
| T std::vector< T >::elements |
|
inherited |
The documentation for this class was generated from the following files: