#include <winstl/shims/access/string/HWND.hpp>
| Public Types | |
| typedef C | char_type | 
| The character type. | |
| typedef c_str_ptr_HWND_proxy< C > | class_type | 
| This type. | |
| Public Member Functions | |
| c_str_ptr_HWND_proxy (HWND h) | |
| Constructs an instance of the proxy from the given HWND. | |
| c_str_ptr_HWND_proxy (class_type const &rhs) | |
| ~c_str_ptr_HWND_proxy () throw () | |
| Releases any storage aquired by the proxy. | |
| operator char_type const * () const | |
| Returns a null-terminated string representing the window contents, or the empty string "" if the window contains no text. | |
| typedef C char_type | 
The character type.
| typedef c_str_ptr_HWND_proxy<C> class_type | 
This type.
| c_str_ptr_HWND_proxy | ( | HWND | h | ) |  [inline, explicit] | 
Constructs an instance of the proxy from the given HWND.
| h | The HWND from which the text will be retrieved | 
| ~c_str_ptr_HWND_proxy | ( | ) | throw ()  [inline] | 
Releases any storage aquired by the proxy.
| operator char_type const * | ( | ) | const  [inline] | 
Returns a null-terminated string representing the window contents, or the empty string "" if the window contains no text.
 1.5.6
 1.5.6