![]() |
VR-Forces 4.5 Class Documentation
|
Go to the source code of this file.
Functions | |
| template<typename Container > | |
| void | parseCsv (Container &container, std::string const &in) |
| This was adapted from an improved strtok function from the gnu libstdc++ FAQ : http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/stringtok_h.txt It was changed to leave whitespace alone, and insert nulls into the list for empty fields (i.e. | |
| void parseCsv | ( | Container & | container, |
| std::string const & | in | ||
| ) |
This was adapted from an improved strtok function from the gnu libstdc++ FAQ : http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/stringtok_h.txt It was changed to leave whitespace alone, and insert nulls into the list for empty fields (i.e.
",,").