libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::term::TextEffectT< effect > Struct Template Reference

Template for definition of concrete text effect helpers. More...

#include <colors.hxx>

+ Inheritance diagram for cosmos::term::TextEffectT< effect >:

Public Member Functions

 TextEffectT (const std::string_view &text)
 
 TextEffectT (const FeatureBase &next)
 
- Public Member Functions inherited from cosmos::term::FeatureBase
ANSICode getOnCode () const
 
ANSICode getOffCode () const
 
bool hasText () const
 
const std::string_view & getText () const
 
bool hasNextFeature () const
 
const FeatureBasegetNextFeature () const
 

Additional Inherited Members

- Protected Member Functions inherited from cosmos::term::TextEffect
 TextEffect (const TermControl feature, const std::string_view &text)
 
 TextEffect (const TermControl feature, const FeatureBase &next)
 
- Protected Member Functions inherited from cosmos::term::FeatureBase
 FeatureBase (const std::string_view &text, const ANSICode on_code, const ANSICode off_code)
 
 FeatureBase (const FeatureBase &next, const ANSICode on_code, const ANSICode off_code)
 
- Protected Attributes inherited from cosmos::term::FeatureBase
std::variant< const std::string_view *, const FeatureBase * > m_info
 either a terminal string or a pointer to the next feature to apply.
 
const ANSICode m_on_code
 
const ANSICode m_off_code
 

Detailed Description

template<TermControl effect>
struct cosmos::term::TextEffectT< effect >

Template for definition of concrete text effect helpers.

Definition at line 215 of file colors.hxx.

Constructor & Destructor Documentation

◆ TextEffectT() [1/2]

template<TermControl effect>
cosmos::term::TextEffectT< effect >::TextEffectT ( const std::string_view & text)
inlineexplicit

Definition at line 216 of file colors.hxx.

216 :
217 TextEffect{effect, text} {}

◆ TextEffectT() [2/2]

template<TermControl effect>
cosmos::term::TextEffectT< effect >::TextEffectT ( const FeatureBase & next)
inlineexplicit

Definition at line 218 of file colors.hxx.

218 :
219 TextEffect{effect, next} {}

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