FTXUI  0.8.1
C++ functional terminal UI.
StringRef 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

 StringRef (std::string *ref)
 
 StringRef (std::string ref)
 
 StringRef (const wchar_t *ref)
 
 StringRef (const char *ref)
 
std::string & operator* ()
 
std::string * 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 43 of file ref.hpp.

Constructor & Destructor Documentation

◆ StringRef() [1/4]

StringRef ( std::string *  ref)
inline

Definition at line 45 of file ref.hpp.

◆ StringRef() [2/4]

StringRef ( std::string  ref)
inline

Definition at line 46 of file ref.hpp.

◆ StringRef() [3/4]

StringRef ( const wchar_t *  ref)
inline

Definition at line 47 of file ref.hpp.

◆ StringRef() [4/4]

StringRef ( const char *  ref)
inline

Definition at line 48 of file ref.hpp.

Member Function Documentation

◆ operator*()

std::string& operator* ( )
inline

Definition at line 49 of file ref.hpp.

◆ operator->()

std::string* operator-> ( )
inline

Definition at line 50 of file ref.hpp.


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