FTXUI 6.1.9
C++ functional terminal UI.
Chargement...
Recherche...
Aucune correspondance
Référence de la classe ConstStringRef

Un adaptateur. Possède ou référence une chaîne constante. Par commodité, cette classe convertit plusieurs chaînes immuables vers une représentation partagée. Plus de détails...

#include <ref.hpp>

+ Graphe d'héritage de ConstStringRef:

Fonctions membres publiques

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

Description détaillée

Un adaptateur. Possède ou référence une chaîne constante. Par commodité, cette classe convertit plusieurs chaînes immuables vers une représentation partagée.

Définition à la ligne 94 du fichier ref.hpp.

Documentation des constructeurs et destructeur

◆ ConstStringRef() [1/4]

ConstStringRef ( const std::wstring * ref)
inline

Définition à la ligne 98 du fichier ref.hpp.

◆ ConstStringRef() [2/4]

ConstStringRef ( const std::wstring ref)
inline

Définition à la ligne 100 du fichier ref.hpp.

◆ ConstStringRef() [3/4]

ConstStringRef ( const wchar_t * ref)
inline

Définition à la ligne 102 du fichier ref.hpp.

◆ ConstStringRef() [4/4]

ConstStringRef ( const char * ref)
inline

Définition à la ligne 104 du fichier ref.hpp.

Documentation des fonctions membres

◆ operator()()

const std::string & operator() ( ) const
inlineinherited

Définition à la ligne 31 du fichier ref.hpp.

◆ operator*()

const std::string & operator* ( ) const
inlineinherited

Définition à la ligne 32 du fichier ref.hpp.

◆ operator->()

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

Définition à la ligne 33 du fichier ref.hpp.


La documentation de cette classe a été générée à partir du fichier suivant :