|
GME
13
|
#include <CommonMfc.h>
Public Member Functions | |
| template<class T > | |
| PutInCString (T t) | |
| template<> | |
| PutInCString (BSTR t) | |
| operator const CString & () | |
| operator const TCHAR * () | |
Public Attributes | |
| CString | b |
Definition at line 97 of file CommonMfc.h.
| PutInCString::PutInCString | ( | T | t | ) | [inline] |
Definition at line 101 of file CommonMfc.h.
| PutInCString::PutInCString | ( | BSTR | t | ) | [inline] |
Definition at line 104 of file CommonMfc.h.
| PutInCString::operator const CString & | ( | ) | [inline] |
Definition at line 105 of file CommonMfc.h.
| PutInCString::operator const TCHAR * | ( | ) | [inline] |
Definition at line 106 of file CommonMfc.h.
| CString PutInCString::b |
Definition at line 108 of file CommonMfc.h.
1.7.6.1