#include <mfcstl/shims/access/string/cwnd.hpp>
Public Member Functions | |
| template<typename W> | |
| c_str_ptr_CWnd_proxy (W const &w) | |
| Constructs an instance of the proxy from the given CWnd instance. | |
| c_str_ptr_CWnd_proxy (class_type const &rhs) | |
| ~c_str_ptr_CWnd_proxy () throw () | |
| Releases any storage aquired by the proxy. | |
| operator LPCTSTR () const | |
| Returns a null-terminated string representing the window contents, or the empty string "" if the window contains no text. | |
| c_str_ptr_CWnd_proxy | ( | W const & | w | ) | [inline] |
Constructs an instance of the proxy from the given CWnd instance.
| w | The CWnd instance from which the text will be retrieved |
| ~c_str_ptr_CWnd_proxy | ( | ) | throw () [inline] |
Releases any storage aquired by the proxy.
| operator LPCTSTR | ( | ) | const [inline] |
Returns a null-terminated string representing the window contents, or the empty string "" if the window contains no text.
1.5.6