clipp::usage_lines Class Reference
generates usage lines More...
#include <clipp.h>
Public Types | |
using | string = doc_string |
Public Member Functions | |
usage_lines (const group ¶ms, string prefix="", const doc_formatting &fmt=doc_formatting{}) | |
usage_lines (const group ¶ms, const doc_formatting &fmt) | |
usage_lines & | ommit_outermost_group_surrounders (bool yes) |
bool | ommit_outermost_group_surrounders () const |
string | str () const |
Friends | |
template<class OStream > | |
OStream & | operator<< (OStream &os, const usage_lines &p) |
Detailed Description
Member Typedef Documentation
◆ string
using clipp::usage_lines::string = doc_string |
Constructor & Destructor Documentation
◆ usage_lines() [1/2]
|
inline |
◆ usage_lines() [2/2]
|
inline |
Member Function Documentation
◆ ommit_outermost_group_surrounders() [1/2]
|
inline |
◆ ommit_outermost_group_surrounders() [2/2]
|
inline |
◆ str()
Friends And Related Function Documentation
◆ operator<<
template<class OStream >
|
friend |
The documentation for this class was generated from the following file: