SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::av_option< bool > Struct Template Reference

Helper for av_parser. More...

Inheritance diagram for shore::av_option< bool >:
shore::opt_base2< bool > shore::opt_base1< bool > shore::opt_base

Public Member Functions

 av_option (const char sh, const std::string &lo, bool *const ptr)
 
virtual void store_arg (const char *const sval, const bool clear_arg)
 Parse the option argument from a string.
 
virtual std::string argdefault_string () const
 Display the current setting of the argument.
 
- Public Member Functions inherited from shore::opt_base2< bool >
 opt_base2 (const char sh, const std::string &lo, bool *const ptr)
 
- Public Member Functions inherited from shore::opt_base1< bool >
 opt_base1 (const char sh, const std::string &lo, bool *const ptr)
 
virtual void * ptr () const
 void pointer to the location the optarg gets stored at.
 
virtual std::string arg_format () const
 Display the format hint for the argument.
 
- Public Member Functions inherited from shore::opt_base
 opt_base (const char sh, const std::string &lo)
 
bool is_option () const
 

Additional Inherited Members

- Public Attributes inherited from shore::opt_base1< bool >
bool * valueptr
 

Detailed Description

template<>
struct shore::av_option< bool >

Helper for av_parser.


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