Skip to content

GenICam::gcstring::gcwchar#

Helper class for storing shared-ownership wchar_t *.

#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#

explicit gcwchar(
    size_t n
)

Creates a buffer of n wchar_ts.

function c_str#

const wchar_t * c_str() const

Gets the c-string.

function length#

size_t length() const

Gets the length of the buffer.

function ~gcwchar#

~gcwchar()

destructor