|
W32DLib
|
#include <windows.h>#include <string.h>#include <vector>#include <map>#include <string>#include <iostream>#include <sstream>Namespaces | |
| namespace | W32DLib |
| W32DLib Implements a simple wrapper around some common Windows dialog functionality. | |
Macros | |
| #define | W32DLIB_BASE_H "$Id: base.h 28 2013-01-01 00:12:59Z ianc $" |
Typedefs | |
| typedef std::basic_string< TCHAR > | W32DLib::W32String |
| A std::string using TCHAR. | |
| typedef std::basic_stringstream< TCHAR > | W32DLib::W32StringStream |
| A std::stringstream using TCHAR. | |
| typedef std::basic_istringstream < TCHAR > | W32DLib::W32IStringStream |
| A std::istringstream using TCHAR. | |
| typedef std::basic_ostringstream < TCHAR > | W32DLib::W32OStringStream |
| A std::ostringstream using TCHAR. | |
| typedef BOOL(Window::* | W32DLib::W32DLibCallback )(UINT msg, WPARAM wp, LPARAM lp) |
| The callback type for W32DLib. | |
Functions | |
| TCHAR * | W32DLib::W32Strcpy (TCHAR *dest, const TCHAR *src) |
| String copy. | |
| size_t | W32DLib::W32Strlen (const TCHAR *src) |
| String length. | |
| #define W32DLIB_BASE_H "$Id: base.h 28 2013-01-01 00:12:59Z ianc $" |