|
WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
|
Base template class to support string formatting using printf() style templates.
More...
#include <Common.h>
Public Member Functions | |
Initializing string using template in memory | |
| basic_string_printf (_In_z_ _Printf_format_string_ const _Elem *format,...) | |
Initializes a new string and formats its contents using printf() style template. More... | |
Initializing string using template in resources | |
| basic_string_printf (_In_ HINSTANCE hInstance, _In_ UINT nFormatID,...) | |
Initializes a new string and formats its contents using printf() style template in resources. More... | |
| basic_string_printf (_In_ HINSTANCE hInstance, _In_ WORD wLanguageID, _In_ UINT nFormatID,...) | |
Initializes a new string and formats its contents using printf() style template in resources. More... | |
Base template class to support string formatting using printf() style templates.
|
inline |
Initializes a new string and formats its contents using printf() style template.
| [in] | format | String template using printf() style |
|
inline |
Initializes a new string and formats its contents using printf() style template in resources.
| [in] | hInstance | Resource module handle |
| [in] | nFormatID | Resource ID of the string template using printf() style |
|
inline |
Initializes a new string and formats its contents using printf() style template in resources.
| [in] | hInstance | Resource module handle |
| [in] | wLanguageID | Resource language |
| [in] | nFormatID | Resource ID of the string template using printf() style |