|
Windows C++ Library
|
Classes | |
| class | CString |
| struct | CString::StringData |
Namespaces | |
| namespace | WCL |
The Windows C++ Library namespace. | |
Functions | |
| CString | operator+ (const CString &strLHS, const tchar *pszRHS) |
| CString | operator+ (const tchar *pszLHS, const CString &strRHS) |
| CString | operator+ (const CString &strLHS, const CString &strRHS) |
| tostream & | operator<< (tostream &os, const CString &str) |
| STL output stream inserter. | |
| tostream& operator<< | ( | tostream & | os, |
| const CString & | str | ||
| ) | [inline] |
STL output stream inserter.
1.7.6.1