C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | Friends | List of all members
ApplicationUtilities::Wrapper Class Reference

The Wrapper class is internally used print text which might needs to be wrapped preserving the indentation. More...

#include <argumentparserprivate.h>

Public Member Functions

 Wrapper (const char *str, Indentation currentIndentation=Indentation())
 

Friends

std::ostream & operator<< (std::ostream &os, const Wrapper &wrapper)
 

Detailed Description

The Wrapper class is internally used print text which might needs to be wrapped preserving the indentation.

Remarks
This class is explicitely not part of the public API.

Definition at line 42 of file argumentparserprivate.h.

Constructor & Destructor Documentation

◆ Wrapper()

ApplicationUtilities::Wrapper::Wrapper ( const char *  str,
Indentation  currentIndentation = Indentation() 
)

Definition at line 53 of file argumentparserprivate.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Wrapper wrapper 
)
friend

Definition at line 374 of file argumentparser.cpp.


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