#include <csvparser.h>
Public Types | |
typedef std::string::size_type | size_type |
Public Member Functions | |
CSVParser (const std::string &sIn) | |
~CSVParser () | |
template<class TYPE> | |
CSVParser & | operator>> (TYPE &out) |
template<> | |
CSVParser & | operator>> (std::string &out) |
Private Member Functions | |
void | SkipSpaces () |
std::string | next () |
Private Attributes | |
std::string | m_sData |
std::string::size_type | m_nPos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|