Base Framework
Public Member Functions | List of all members
NativeWideString Class Reference

#include <base/Primitives.h>

Public Member Functions

 NativeWideString (const wchar *_value) noexcept
 
const wchar * getValue () const noexcept
 
 operator const wchar * () const noexcept
 
MemorySize getLength () const noexcept
 

Detailed Description

Native wide string.

Constructor & Destructor Documentation

◆ NativeWideString()

NativeWideString::NativeWideString ( const wchar *  _value)
inlinenoexcept

Initializes the string.

Member Function Documentation

◆ getLength()

MemorySize NativeWideString::getLength ( ) const
noexcept

Returns the length of the string.

◆ getValue()

const wchar* NativeWideString::getValue ( ) const
inlinenoexcept

Returns the string.

◆ operator const wchar *()

NativeWideString::operator const wchar * ( ) const
inlinenoexcept

Returns the string.