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

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

Public Member Functions

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

Detailed Description

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

Definition at line 76 of file ref.hpp.

Constructor & Destructor Documentation

◆ ConstStringRef() [1/6]

ConstStringRef ( const std::string *  ref)
inline

Definition at line 78 of file ref.hpp.

◆ ConstStringRef() [2/6]

ConstStringRef ( const std::wstring *  ref)
inline

Definition at line 79 of file ref.hpp.

◆ ConstStringRef() [3/6]

ConstStringRef ( std::string  ref)
inline

Definition at line 80 of file ref.hpp.

◆ ConstStringRef() [4/6]

ConstStringRef ( std::wstring  ref)
inline

Definition at line 81 of file ref.hpp.

◆ ConstStringRef() [5/6]

ConstStringRef ( const wchar_t *  ref)
inline

Definition at line 82 of file ref.hpp.

◆ ConstStringRef() [6/6]

ConstStringRef ( const char *  ref)
inline

Definition at line 83 of file ref.hpp.

Member Function Documentation

◆ operator*()

const std::string& operator* ( )
inline

Definition at line 85 of file ref.hpp.

◆ operator->()

const std::string* operator-> ( )
inline

Definition at line 86 of file ref.hpp.


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