argon 0.12.0
Command line argument parser
|
Base type of all arguments. More...
#include <Argument.hpp>
Public Member Functions | |
Argument (std::string description) | |
Argument (const Argument &)=default | |
Argument (Argument &&) noexcept=default | |
Argument & | operator= (const Argument &)=default |
Argument & | operator= (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 |
Base type of all arguments.