WinStd
Windows Win32 API using Standard C++
|
Base template class to support string formatting using printf()
style templates.
More...
#include <WinStd/Common.h>
Public Member Functions | |
Initializing string using template in memory | |
basic_string_printf (const _Elem *format,...) | |
Initializes a new string and formats its contents using printf() style template. | |
Initializing string using template in resources | |
basic_string_printf (HINSTANCE hInstance, UINT nFormatID,...) | |
Initializes a new string and formats its contents using printf() style template in resources. | |
basic_string_printf (HINSTANCE hInstance, WORD wLanguageID, UINT nFormatID,...) | |
Initializes a new string and formats its contents using printf() style template in resources. | |
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 |