C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
CppUtilities::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 explicitly not part of the public API.

Definition at line 42 of file argumentparserprivate.h.

Constructor & Destructor Documentation

◆ Wrapper()

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

Definition at line 53 of file argumentparserprivate.h.

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 407 of file argumentparser.cpp.


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