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

An adapter. Reference a list of strings. More...

Public Member Functions

 ConstStringListRef (const std::vector< std::string > *ref)
 
 ConstStringListRef (const std::vector< std::wstring > *ref)
 
size_t size () const
 
std::string operator[] (size_t i) const
 

Detailed Description

An adapter. Reference a list of strings.

Definition at line 94 of file ref.hpp.

Constructor & Destructor Documentation

◆ ConstStringListRef() [1/2]

ConstStringListRef ( const std::vector< std::string > *  ref)
inline

Definition at line 96 of file ref.hpp.

◆ ConstStringListRef() [2/2]

ConstStringListRef ( const std::vector< std::wstring > *  ref)
inline

Definition at line 97 of file ref.hpp.

Member Function Documentation

◆ size()

size_t size ( ) const
inline

Definition at line 99 of file ref.hpp.

◆ operator[]()

std::string operator[] ( size_t  i) const
inline

Definition at line 100 of file ref.hpp.


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