Go to the source code of this file.
Functions | |
| BOOL | fsStrIsDivider (char c) |
| LPCSTR | fsStrSkipDividers (LPCSTR psz) |
| const char * | fsStrSkipSpaces (const char *psz) |
| LPCSTR | fsStrStrNoCase (LPCSTR pszIn, LPCSTR pszWhat) |
| LPCSTR | fsStrGetStrUpToChar (LPCSTR pszFrom, LPCSTR pszCharTo, LPSTR *ppszResult) |
| BOOL fsStrIsDivider | ( | char | c | ) | [inline] |
Definition at line 8 of file strparsing.h.
Referenced by fsStrSkipDividers(), fsHTMLParser::ParseTag(), fsHTMLParser::ParseTag_A(), fsHTMLParser::ParseTag_Base(), fsHTMLParser::ParseTag_Frame(), fsHTMLParser::ParseTag_Img(), fsHTMLParser::ParseTag_Link(), fsHTMLParser::ParseTag_Meta(), and fsHTMLParser::ParseTag_Meta_Content().
Definition at line 16 of file strparsing.h.
References fsStrIsDivider().
Referenced by fsHTMLParser::Parse_HTMLGiving(), and fsHTMLParser::ParseTag_Meta_Content().
| const char* fsStrSkipSpaces | ( | const char * | psz | ) | [inline] |
Definition at line 24 of file strparsing.h.
Definition at line 9 of file strparsing.cpp.
1.5.6