arduino-emulator
Classes | Public Types | Public Member Functions | Friends | List of all members
Catch::clara::TextFlow::Column Class Reference
Inheritance diagram for Catch::clara::TextFlow::Column:
Catch::clara::TextFlow::Spacer

Classes

class  iterator
 

Public Types

using const_iterator = iterator
 

Public Member Functions

 Column (std::string const &text)
 
auto begin () const -> iterator
 
auto end () const -> iterator
 
auto indent (size_t newIndent) -> Column &
 
auto initialIndent (size_t newIndent) -> Column &
 
auto operator+ (Column const &other) -> Columns
 
auto toString () const -> std::string
 
auto width () const -> size_t
 
auto width (size_t newWidth) -> Column &
 

Friends

std::ostream & operator<< (std::ostream &os, Column const &col)
 

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