#include <comstl/shims/access/string/variant.hpp>
Public Types | |
| typedef c_str_VARIANT_proxy_a | class_type |
| typedef c_str_VARIANT_proxy_w | class_w_type |
Public Member Functions | |
| c_str_VARIANT_proxy_a (class_w_type rhs) | |
| Constructs an instance of the proxy from the given c_str_VARIANT_proxy_w. | |
| c_str_VARIANT_proxy_a (class_type const &rhs) | |
| ~c_str_VARIANT_proxy_a () throw () | |
| Releases any storage aquired by the proxy. | |
| operator char const * () const | |
| Returns a null-terminated string representing the VARIANT contents. | |
| c_str_VARIANT_proxy_a | ( | class_w_type | rhs | ) | [inline, explicit] |
Constructs an instance of the proxy from the given c_str_VARIANT_proxy_w.
| rhs | The c_str_VARIANT_proxy_w from which the text will be retrieved |
| ~c_str_VARIANT_proxy_a | ( | ) | throw () [inline] |
Releases any storage aquired by the proxy.
| operator char const * | ( | ) | const [inline] |
Returns a null-terminated string representing the VARIANT contents.
1.5.6