#include <Parseit.h>
Public Methods | |
CParseIt (bool Strip=false) | |
CParseIt (LPCSTR Data, LPCSTR Sep=",", bool Strip=false) | |
~CParseIt () | |
int | GetNumFields () |
LPCSTR | GetSeperator () |
void | SetSeperator (LPCSTR Sep) |
bool | Parse () |
bool | Parse (LPCSTR Data, LPCSTR Sep=",", bool Strip=false) |
bool | GetField (int nFNum, LPSTR Buff) |
CParseField | GetField (int n) |
void | ReSet () |
Protected Methods | |
bool | IsSeperator (char s) |
Protected Attributes | |
bool | StripQuotes |
char | Seperator [10] |
int | NumFields |
LinkedList< CParseField > | TheFields |
LPSTR | TheData |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|