Toolbox snapshot
The Reactive C++ Toolbox
|
Command-line options parser. More...
#include <toolbox/util/RefCount.hpp>
#include <toolbox/util/String.hpp>
#include <map>
#include <variant>
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) |
Command-line options parser.
This file was originally authored by Rodrigo Fernandes as part of the Swirly Cloud project.
Definition in file Options.hpp.