dxd - dynax driver framework 2.1.0d73
cross platform open source driver development framework
|
#include <dxd_string.h>
Public Member Functions | |
operator const wchar_t * () const | |
wstring (const char *format, va_list va) | |
char* printf initializer | |
wstring (const char *format,...) | |
|
inline |
char* printf initializer
WDM | windows is only able to format a string at PASSIVE_LEVEL |
formats va with limitted length,
since _vsnprintf/mbstowcs only terminate destination string if source is less or equal to the length - terminator has be written manually.
converts to wchar_t,
|
inline |
formats va with limitted length,
since _vsnprintf/mbstowcs only terminate destination string if source is less or equal to the length - terminator has be written manually.
converts to wchar_t,
|
inline |
(c) copyright 2009 dynamic acoustics e.U. | generated on Fri Nov 15 2024 |