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

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

#include <ref.hpp>

+ Graphe d'héritage de StringRef:

Fonctions membres publiques

 StringRef (const wchar_t *ref)
 
 StringRef (const char *ref)
 
std::string & operator() ()
 
const std::string & operator() () const
 
std::string & operator* ()
 
const std::string & operator* () const
 
std::string * operator-> ()
 
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 mutables vers une représentation partagée.

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

Documentation des constructeurs et destructeur

◆ StringRef() [1/2]

StringRef ( const wchar_t * ref)
inline

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

◆ StringRef() [2/2]

StringRef ( const char * ref)
inline

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

Documentation des fonctions membres

◆ operator()() [1/2]

std::string & operator() ( )
inlineinherited

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

◆ operator()() [2/2]

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

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

◆ operator*() [1/2]

std::string & operator* ( )
inlineinherited

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

◆ operator*() [2/2]

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

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

◆ operator->() [1/2]

std::string * operator-> ( )
inlineinherited

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

◆ operator->() [2/2]

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

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


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