argon  0.12.0
Command line argument parser
Option.hpp File Reference
#include <argon/Argument.hpp>
#include <functional>
#include <set>
#include <string_view>
#include <vector>
Include dependency graph for Option.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  argon::Option
 Base type of all optional arguments. More...
 
class  argon::BasicOption
 Optional argument with a simple binary state. More...
 
class  argon::ValueOption
 Optional argument with an arbitrary value. More...