Classes |
class | CPath |
Functions |
CPath | Append (const CPath &strLHS, const tchar *pszRHS) |
CPath | operator/ (const CPath &strLHS, const tchar *pszRHS) |
CPath | operator/ (const CPath &strLHS, const CString &strRHS) |
CPath | operator/ (const CPath &strLHS, const CPath &strRHS) |
bool | Equals (const CPath &strLHS, const tchar *pszRHS) |
bool | operator== (const CPath &strLHS, const tchar *pszRHS) |
bool | operator== (const CPath &strLHS, const CString &strRHS) |
bool | operator== (const CPath &strLHS, const CPath &strRHS) |
bool | operator!= (const CPath &strLHS, const tchar *pszRHS) |
bool | operator!= (const CPath &strLHS, const CString &strRHS) |
bool | operator!= (const CPath &strLHS, const CPath &strRHS) |