GenICam::gcstring::gcwchar#
#include <Base/GCString.h>
Public Functions#
Name | |
---|---|
gcwchar(size_t n) Creates a buffer of n wchar_ts. | |
gcwchar(const gcwchar & rhs) | |
gcwchar & | operator=(const gcwchar & rhs) |
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#
gcwchar#
explicit gcwchar(
size_t n
)
Creates a buffer of n wchar_ts.
gcwchar#
gcwchar(
const gcwchar & rhs
)
operator=#
gcwchar & operator=(
const gcwchar & rhs
)
c_str#
const wchar_t * c_str() const
Gets the c-string.
length#
size_t length() const
Gets the length of the buffer.
~gcwchar#
~gcwchar()
destructor
Updated on 5 July 2022 at 15:30:01