Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

CSVParser Class Reference

#include <csvparser.h>

List of all members.

Public Types

typedef std::string::size_type size_type

Public Member Functions

 CSVParser (const std::string &sIn)
 ~CSVParser ()
template<class TYPE>
CSVParseroperator>> (TYPE &out)
template<>
CSVParseroperator>> (std::string &out)

Private Member Functions

void SkipSpaces ()
std::string next ()

Private Attributes

std::string m_sData
std::string::size_type m_nPos


Member Typedef Documentation

typedef std::string::size_type CSVParser::size_type
 


Constructor & Destructor Documentation

CSVParser::CSVParser const std::string &  sIn  )  [inline]
 

CSVParser::~CSVParser  )  [inline]
 


Member Function Documentation

std::string CSVParser::next  )  [inline, private]
 

template<>
CSVParser& CSVParser::operator>> std::string &  out  )  [inline]
 

template<class TYPE>
CSVParser & CSVParser::operator>> TYPE &  out  )  [inline]
 

void CSVParser::SkipSpaces  )  [inline, private]
 


Member Data Documentation

std::string::size_type CSVParser::m_nPos [private]
 

std::string CSVParser::m_sData [private]
 


The documentation for this class was generated from the following file:
Generated on Fri Jul 8 16:38:52 2005 for Salamander by  doxygen 1.4.1