GenICam::gcstring::gcwchar#
#include <Base/GCString.h>
Public Functions#
| Name | |
|---|---|
| gcwchar(size_t n) Creates a buffer of n wchar_ts. | |
| const wchar_t * | c_str() const Gets the c-string. |
| size_t | length() const Gets the length of the buffer. |
| ~gcwchar() destructor |
Public Functions Documentation#
function gcwchar#
Creates a buffer of n wchar_ts.
function c_str#
Gets the c-string.
function length#
Gets the length of the buffer.
function ~gcwchar#
destructor