This is the complete list of members for
CStrTok, including all inherited members.
CStrTok(const tchar *pszString, tchar cSep, int nFlags=NONE) | CStrTok | |
CStrTok(const tchar *pszString, const tchar *pszSeps, int nFlags=NONE) | CStrTok | |
CStrTok(const CStrTok &) | CStrTok | [private] |
END_TOKEN enum value | CStrTok | [protected] |
Flags enum name | CStrTok | |
m_eNextToken | CStrTok | [protected] |
m_nFlags | CStrTok | [protected] |
m_pszString | CStrTok | [protected] |
m_strSeps | CStrTok | [protected] |
MERGE_SEPS enum value | CStrTok | |
MoreTokens() const | CStrTok | [inline] |
NextToken() | CStrTok | |
NONE enum value | CStrTok | |
operator=(const CStrTok &) | CStrTok | [private] |
RETURN_SEPS enum value | CStrTok | |
SEPARATOR_TOKEN enum value | CStrTok | [protected] |
Split(const tchar *pszString, tchar cSep, CStrArray &astrFields, uint nFlags=NONE) | CStrTok | [static] |
Split(const tchar *pszString, const tchar *pszSeps, CStrArray &astrFields, uint nFlags=NONE) | CStrTok | [static] |
TokenType enum name | CStrTok | [protected] |
VALUE_TOKEN enum value | CStrTok | [protected] |
~CStrTok() | CStrTok | |