Windows C++ Library
Classes | Functions
Path.hpp File Reference

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)

Function Documentation

CPath Append ( const CPath strLHS,
const tchar *  pszRHS 
) [inline]
CPath operator/ ( const CPath strLHS,
const tchar *  pszRHS 
) [inline]
CPath operator/ ( const CPath strLHS,
const CString strRHS 
) [inline]
CPath operator/ ( const CPath strLHS,
const CPath strRHS 
) [inline]
bool Equals ( const CPath strLHS,
const tchar *  pszRHS 
) [inline]
bool operator== ( const CPath strLHS,
const tchar *  pszRHS 
) [inline]
bool operator== ( const CPath strLHS,
const CString strRHS 
) [inline]
bool operator== ( const CPath strLHS,
const CPath strRHS 
) [inline]
bool operator!= ( const CPath strLHS,
const tchar *  pszRHS 
) [inline]
bool operator!= ( const CPath strLHS,
const CString strRHS 
) [inline]
bool operator!= ( const CPath strLHS,
const CPath strRHS 
) [inline]