argon 0.12.0
Command line argument parser
Loading...
Searching...
No Matches
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 Member Functions

auto format (std::string_view string) const -> std::string
 

Protected Attributes

std::string m_description
 

Detailed Description

Base type of all arguments.


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