WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
List of all members
winstd::wstring_guid Class Reference

Wide character implementation of a class to support converting GUID to string. More...

#include <Common.h>

Inheritance diagram for winstd::wstring_guid:
winstd::basic_string_guid< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > >

Public Member Functions

Initializing string using template in memory
 wstring_guid (_In_ const GUID &guid)
 Initializes a new string and formats its contents to string representation of given GUID. More...
 
- Public Member Functions inherited from winstd::basic_string_guid< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > >
 basic_string_guid (_In_ const GUID &guid, _In_z_ _Printf_format_string_ const wchar_t *format)
 Initializes a new string and formats its contents to string representation of given GUID. More...
 

Detailed Description

Wide character implementation of a class to support converting GUID to string.

Constructor & Destructor Documentation

◆ wstring_guid()

winstd::wstring_guid::wstring_guid ( _In_ const GUID &  guid)
inline

Initializes a new string and formats its contents to string representation of given GUID.

Parameters
[in]guidGUID to convert

The documentation for this class was generated from the following file: