#include <comstl/shims/access/string/guid.hpp>
Public Types | |
| typedef C | char_type |
| typedef c_str_ptr_GUID_proxy< C > | class_type |
Public Member Functions | |
| c_str_ptr_GUID_proxy (GUID const &guid) | |
| Constructs an instance of the proxy from the given GUID instance. | |
| c_str_ptr_GUID_proxy (class_type const &rhs) | |
| Copy constructor. | |
| operator char_type const * () const | |
| Returns a null-terminated string representing the GUID contents. | |
| STLSOFT_TEMPLATE_SPECIALISATION c_str_ptr_GUID_proxy | ( | GUID const & | guid | ) | [inline, explicit] |
Constructs an instance of the proxy from the given GUID instance.
| guid | The GUID instance from which the text will be retrieved |
References COMSTL_STATIC_ASSERT, and STLSOFT_NUM_ELEMENTS.
| c_str_ptr_GUID_proxy | ( | class_type const & | rhs | ) | [inline] |
| operator char_type const * | ( | ) | const [inline] |
Returns a null-terminated string representing the GUID contents.
1.5.6