FTXUI  0.8.1
C++ functional terminal UI.
WideStringRef Class Reference

An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation. More...

Public Member Functions

 WideStringRef (std::wstring *ref)
 
 WideStringRef (std::wstring ref)
 
 WideStringRef (const wchar_t *ref)
 
 WideStringRef (const char *ref)
 
std::wstring & operator* ()
 
std::wstring * operator-> ()
 

Detailed Description

An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation.

Definition at line 59 of file ref.hpp.

Constructor & Destructor Documentation

◆ WideStringRef() [1/4]

WideStringRef ( std::wstring *  ref)
inline

Definition at line 61 of file ref.hpp.

◆ WideStringRef() [2/4]

WideStringRef ( std::wstring  ref)
inline

Definition at line 62 of file ref.hpp.

◆ WideStringRef() [3/4]

WideStringRef ( const wchar_t *  ref)
inline

Definition at line 63 of file ref.hpp.

◆ WideStringRef() [4/4]

WideStringRef ( const char *  ref)
inline

Definition at line 64 of file ref.hpp.

Member Function Documentation

◆ operator*()

std::wstring& operator* ( )
inline

Definition at line 66 of file ref.hpp.

◆ operator->()

std::wstring* operator-> ( )
inline

Definition at line 67 of file ref.hpp.


The documentation for this class was generated from the following file: