| AddToHTMLBuffer(char cToAdd) | CCLexFile | [protected] |
| AssertValid() const | CCObject | [virtual] |
| bad() const | CCStreamFile | [virtual] |
| Buf | CCLexFile | [protected] |
| cc_classCCObject | CCObject | [static] |
| CC_DECLARE_DYNAMIC(CCBufferFile) | CCBufferFile | [private] |
| CCBufferFile(CCLexFile *pFile, BOOL bReportErrors=FALSE, BOOL bThrowExceptions=FALSE) | CCBufferFile | |
| CCFile(BOOL ErrorReporting=TRUE, BOOL ExceptionThrowing=FALSE) | CCFile | |
| CCLexFile(BOOL ErrorReporting=TRUE, BOOL ExceptionThrowing=FALSE) | CCLexFile | |
| CCObject() | CCObject | [protected] |
| CCStreamFile(iostream *pstream, UINT32 bufferSize=(1024), BOOL ErrorReporting=TRUE, BOOL ExceptionThrowing=FALSE) | CCStreamFile | |
| CCStreamFile(const char *pcszPath, INT32 fileMode, INT32 fileAccess=0, UINT32 bufferSize=(1024), BOOL ErrorReporting=TRUE, BOOL ExceptionThrowing=FALSE) | CCStreamFile | |
| Ch | CCLexFile | [protected] |
| CharsRead | CCLexFile | [protected] |
| close() | CCStreamFile | [virtual] |
| CommentMarker | CCLexFile | [protected] |
| CompressData | CCFile | [protected] |
| DecIndent() | CCLexFile | |
| DEFAULT_BUFSIZ enum value | CCBufferFile | |
| DeinitLexer() | CCLexFile | |
| DeleteHTMLBuffer() | CCLexFile | [protected] |
| DelimiterChars | CCLexFile | [protected] |
| DelimiterFound | CCLexFile | [protected] |
| DontFail | CCLexFile | [protected] |
| Dump(CDumpContext &dc) const | CCObject | [virtual] |
| eof() const | CCStreamFile | [virtual] |
| EOFFound | CCLexFile | [protected] |
| fail() const | CCStreamFile | [virtual] |
| FindStringWithoutCase(PCSTR strToSearch, PCSTR strToFind) | CCLexFile | [protected] |
| flush() | CCStreamFile | [virtual] |
| get(char &buf) | CCStreamFile | [virtual] |
| GetCh() | CCLexFile | |
| GetCharOffset() | CCLexFile | [inline] |
| GetCharsRead() | CCStreamFile | [virtual] |
| GetFileHandle() const | CCStreamFile | [virtual] |
| GetHexToken() | CCLexFile | |
| GetHTMLParameterValue(const String_256 &strParameterName, BOOL fCorrectCase=TRUE) | CCLexFile | |
| GetHTMLTagName() | CCLexFile | |
| GetHTMLToken(BOOL fIgnoreEOL=TRUE, BOOL fCorrectCase=TRUE) | CCLexFile | |
| GetHTMLTokenBuffer() | CCLexFile | [inline] |
| GetIOFile() | CCStreamFile | [inline, virtual] |
| GetLine() | CCLexFile | |
| GetLineBuf() | CCLexFile | [inline] |
| GetLineNumber() | CCLexFile | [inline] |
| GetLineToken() | CCLexFile | |
| GetMyClass() | CCObject | [static] |
| GetName(StringBase *) const | CCFile | [virtual] |
| GetPathName() const | CCFile | [virtual] |
| GetRuntimeClass() const | CCObject | [virtual] |
| GetRuntimeClassByName(LPCTSTR pClassName) | CCObject | [static] |
| GetSimpleToken() | CCLexFile | |
| GetStringToken() | CCLexFile | [protected] |
| GetToken() | CCLexFile | |
| GetTokenBuf() | CCLexFile | [inline] |
| GetTokenType() | CCLexFile | [inline] |
| good() const | CCStreamFile | [virtual] |
| GotError(UINT32 errorID, const TCHAR *errorString) | CCFile | [virtual] |
| GotError(UINT32 errorID) | CCFile | [virtual] |
| GZFile | CCStreamFile | [protected] |
| GZipErrorID | CCFile | [protected] |
| GZStream | CCStreamFile | [protected] |
| IgnoreStringEscapeCodes | CCLexFile | [protected] |
| IncIndent() | CCLexFile | |
| IndentDelta | CCLexFile | [protected] |
| IndentSpaces | CCLexFile | [protected] |
| init(BYTE *pBuffer, FilePos size) | CCBufferFile | [virtual] |
| Init() | SimpleCCObject | [static] |
| InitCompression(BOOL Header=FALSE) | CCStreamFile | [virtual] |
| InitHTMLLexer() | CCLexFile | [protected] |
| InitLexer(BOOL IsSeekingRequired=FALSE, BOOL DoIgnoreStringEscapeCodes=FALSE) | CCLexFile | |
| IOFile | CCStreamFile | [protected] |
| IsAllWritten() const | CCBufferFile | |
| IsCompressionSet() | CCFile | [virtual] |
| IsDelim() | CCLexFile | [protected] |
| IsEndOfHTMLFile() | CCLexFile | [inline] |
| IsHTMLTag() | CCLexFile | [inline] |
| IsInited() | CCStreamFile | |
| IsKindOf(const CCRuntimeClass *pClass) const | CCObject | |
| IsLexerInitialised() | CCLexFile | [inline] |
| isOpen() const | CCStreamFile | [virtual] |
| IsReportingSet() | CCFile | [virtual] |
| IsThrowingSet() | CCFile | [virtual] |
| IsWhitespace(char cToTest) | CCLexFile | [protected] |
| IsWhitespace() | CCLexFile | [protected] |
| LastLinePos | CCLexFile | [protected] |
| Line | CCLexFile | [protected] |
| LineBuf | CCLexFile | [protected] |
| m_BytesToFillBuffer | CCBufferFile | [protected] |
| m_BytesToWrite | CCBufferFile | [protected] |
| m_cWaitingCharacter | CCLexFile | [protected] |
| m_fEndOfHTMLFile | CCLexFile | [protected] |
| m_fIsCharacterWaiting | CCLexFile | [protected] |
| m_fIsTag | CCLexFile | [protected] |
| m_iCharsInHTMLBuffer | CCLexFile | [protected] |
| m_iLengthOfHTMLBuffer | CCLexFile | [protected] |
| m_pBuffer | CCBufferFile | [protected] |
| m_pBufferFillPosition | CCBufferFile | [protected] |
| m_pBufferWritePosition | CCBufferFile | [protected] |
| m_pcHTMLBuffer | CCLexFile | [protected] |
| m_pTrueFile | CCBufferFile | [protected] |
| MemoryDump() | SimpleCCObject | [static] |
| MemoryTrackAdd(void *p, LPCSTR Filename, INT32 Line) | SimpleCCObject | [static] |
| ModeOfFile | CCStreamFile | [protected] |
| Ofs | CCLexFile | [protected] |
| operator delete(void *p) | SimpleCCObject | |
| operator new(size_t, void *p) | SimpleCCObject | [inline] |
| operator new(size_t nSize) | SimpleCCObject | |
| operator new(size_t nSize, LPCSTR lpszFileName, INT32 nLine) | SimpleCCObject | |
| operator void *() const | CCFile | [inline] |
| operator!() const | CCFile | [inline] |
| operator<<(const StringBase &buf) | CCFile | [virtual] |
| operator>>(StringBase *buf) | CCFile | [virtual] |
| PeekNextHTMLChar() | CCLexFile | [protected] |
| put(const char &buf) | CCStreamFile | [virtual] |
| PutNewLine() | CCLexFile | |
| PutString(const StringBase &str, UINT32 length=0, char *Sep=" ") | CCLexFile | |
| PutToken(const StringBase &str, UINT32 length=0, char *Sep=" ") | CCLexFile | |
| PutToken(const TCHAR *buf, char *Sep=" ") | CCLexFile | |
| PutToken(INT32 n, char *Sep=" ") | CCLexFile | |
| read(void *pBuffer, UINT32 length=1) | CCBufferFile | [virtual] |
| CCStreamFile::read(StringBase *buf) | CCStreamFile | [virtual] |
| CCStreamFile::read(char &buf) | CCStreamFile | [virtual] |
| ReadNextHTMLChar() | CCLexFile | [protected] |
| ReportErrors | CCFile | [protected] |
| seek(FilePos pos) | CCStreamFile | [virtual] |
| seekIn(FilePos) | CCStreamFile | [virtual] |
| seekIn(INT32 Offset, ios::seekdir Dir) | CCStreamFile | [virtual] |
| SeekingRequired | CCLexFile | [protected] |
| SetBadState() | CCStreamFile | [virtual] |
| SetCommentMarker(char) | CCLexFile | |
| SetCompression(BOOL) | CCFile | [virtual] |
| SetDelimiters(char *) | CCLexFile | |
| SetDontFail(BOOL state) | CCLexFile | [inline, virtual] |
| SetFileErrorMessage(UINT32 ErrorID) | CCFile | [virtual] |
| SetGoodState() | CCStreamFile | [virtual] |
| SetIndentDelta(UINT32 d) | CCLexFile | [inline] |
| setMode(INT32 fileMode=ios::binary) | CCBufferFile | [virtual] |
| SetReportErrors(BOOL) | CCFile | [virtual] |
| SetStream(iostream *pStream) | CCStreamFile | [virtual] |
| SetStringDelimiters(char *) | CCLexFile | |
| SetThrowExceptions(BOOL) | CCFile | [virtual] |
| SetWhitespace(char *) | CCLexFile | |
| SetZipFileErrorMessage(UINT32 ErrorID) | CCFile | [virtual] |
| Size() | CCStreamFile | [virtual] |
| StartCompression() | CCStreamFile | [virtual] |
| StopCompression() | CCStreamFile | [virtual] |
| StringDelimiters | CCLexFile | [protected] |
| tell() | CCStreamFile | [virtual] |
| tellIn() | CCStreamFile | [virtual] |
| ThrowExceptions | CCFile | [protected] |
| TokenBuf | CCLexFile | [protected] |
| TokenIsCached | CCLexFile | [protected] |
| TokenType | CCLexFile | [protected] |
| UngetToken() | CCLexFile | |
| WhitespaceChars | CCLexFile | [protected] |
| write(const void *pBuffer, UINT32 length=1) | CCBufferFile | [virtual] |
| CCStreamFile::write(const StringBase &buf, UINT32 length=0) | CCStreamFile | [virtual] |
| CCStreamFile::write(char &buf) | CCStreamFile | [virtual] |
| ~CCBufferFile() | CCBufferFile | [virtual] |
| ~CCFile() | CCFile | [inline, virtual] |
| ~CCLexFile() | CCLexFile | |
| ~CCObject() | CCObject | [virtual] |
| ~CCStreamFile() | CCStreamFile | [virtual] |