| CP_Parser(bool inStripQuotes=false) | CP_Parser | |
| CP_Parser(const CP_String &inData, const CP_String &inSeperator=",", bool inStripQuotes=false) | CP_Parser | |
| CP_Parser(const CP_FileSystemSpec &inFile, const CP_String &inSeperator=",", bool inStripQuotes=false) | CP_Parser | |
| fData | CP_Parser | [protected] |
| fFields | CP_Parser | [protected] |
| fSeperator | CP_Parser | [protected] |
| fStripQuotes | CP_Parser | [protected] |
| GetCount() | CP_Parser | |
| GetField(UInt32 inFieldIndex) | CP_Parser | |
| GetFieldData(UInt32 inFieldIndex, CP_String &inFieldData) | CP_Parser | |
| GetFieldData(UInt32 inFieldIndex, char *inBuffer, SInt32 inMaxBufferLength, SInt32 *inOutActualDataLength) | CP_Parser | |
| GetSeperator() | CP_Parser | |
| IsSeperator(char inchar) | CP_Parser | [protected] |
| LoadFile(const CP_FileSystemSpec &inFileSpec) | CP_Parser | [protected] |
| Parse() | CP_Parser | |
| Parse(const CP_String &inData, const CP_String &inSeperator=",", bool inStripQuotes=false) | CP_Parser | |
| ParseFile(const CP_FileSystemSpec &inFileSpec, const CP_String &inSeperator=",") | CP_Parser | |
| Reset() | CP_Parser | |
| SetSeperator(const CP_String &inSeperator) | CP_Parser | |
| ~CP_Parser() | CP_Parser | [virtual] |