C++ Utilities  5.10.5
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Classes | Namespaces | Functions
argumentparserprivate.h File Reference
#include "./argumentparser.h"
#include "./commandlineutils.h"
#include <optional>
Include dependency graph for argumentparserprivate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppUtilities::ArgumentReader
 The ArgumentReader class internally encapsulates the process of reading command line arguments. More...
 
class  CppUtilities::Wrapper
 The Wrapper class is internally used print text which might needs to be wrapped preserving the indentation. More...
 

Namespaces

 CppUtilities
 Contains all utilities provides by the c++utilities library.
 

Functions

std::ostream & CppUtilities::operator<< (std::ostream &os, const Wrapper &wrapper)
 
std::optional< bool > CppUtilities::isEnvVariableSet (const char *variableName)
 Returns whether the specified env variable is set to a non-zero and non-white-space-only value. More...