Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Options.hpp File Reference

Command-line options parser. More...

#include <toolbox/util/RefCount.hpp>
#include <toolbox/util/String.hpp>
#include <map>
#include <variant>
Include dependency graph for Options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::util::NoOp
 
class  toolbox::util::Help
 
class  toolbox::util::Presence< DerivedT >
 
class  toolbox::util::Value
 
class  toolbox::util::Switch
 
class  toolbox::util::Options
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 

Functions

ostream & toolbox::util::operator<< (ostream &out, const Options &options)
 

Detailed Description

Command-line options parser.

This file was originally authored by Rodrigo Fernandes as part of the Swirly Cloud project.

Author
Rodrigo Fernandes

Definition in file Options.hpp.