argon  0.12.0
Command line argument parser
argon::Argument Class Referenceabstract

Base type of all arguments. More...

#include <Argument.hpp>

Inheritance diagram for argon::Argument:

Public Member Functions

 Argument (std::string description)
 
 Argument (const Argument &)=default
 
 Argument (Argument &&) noexcept=default
 
Argumentoperator= (const Argument &)=default
 
Argumentoperator= (Argument &&) noexcept=default
 
virtual auto format () const -> std::string=0
 

Protected Attributes

std::string m_description
 

Static Protected Attributes

static constexpr int m_format_width { 24 }
 

Detailed Description

Base type of all arguments.


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