Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::clara::TextFlow::Spacer Class Reference

#include <clara.hpp>

Inheritance diagram for Catch::clara::TextFlow::Spacer:
Collaboration diagram for Catch::clara::TextFlow::Spacer:

Public Member Functions

 Spacer (size_t spaceWidth)
 
- Public Member Functions inherited from Catch::clara::TextFlow::Column
 Column (std::string const &text)
 
auto width (size_t newWidth) -> Column &
 
auto indent (size_t newIndent) -> Column &
 
auto initialIndent (size_t newIndent) -> Column &
 
auto width () const -> size_t
 
auto begin () const -> iterator
 
auto end () const -> iterator
 
auto operator+ (Column const &other) -> Columns
 
auto toString () const -> std::string
 

Additional Inherited Members

- Public Types inherited from Catch::clara::TextFlow::Column
using const_iterator = iterator
 

Detailed Description

Definition at line 243 of file clara.hpp.

Constructor & Destructor Documentation

◆ Spacer()

Catch::clara::TextFlow::Spacer::Spacer ( size_t spaceWidth)
inlineexplicit

Definition at line 246 of file clara.hpp.

246 : Column("") {
247 width(spaceWidth);
248 }
auto width() const -> size_t
Definition clara.hpp:218
Column(std::string const &text)
Definition clara.hpp:202
Here is the call graph for this function:

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