VR-Forces 4.0.4 Class Documentation
Functions
include/vrfutil/parseCSV.h File Reference

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.

Detailed Description


Function Documentation

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.

",,").


Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)