Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
ProgramOptions::FlagAction Struct Reference

#include <typed_value.h>

List of all members.

Public Types

enum  Action { act_store_true, act_store_false }
typedef detail::Parser< bool >
::type 
parser_t

Public Member Functions

 FlagAction (Action a)
parser_t parser () const

Static Public Member Functions

static bool store_false (const std::string &v, bool &b)
static bool store_true (const std::string &v, bool &b)

Public Attributes

enum
ProgramOptions::FlagAction::Action 
act

Detailed Description

Definition at line 163 of file typed_value.h.


Member Typedef Documentation

Definition at line 164 of file typed_value.h.


Member Enumeration Documentation

Enumerator:
act_store_true 
act_store_false 

Definition at line 173 of file typed_value.h.


Constructor & Destructor Documentation

Definition at line 174 of file typed_value.h.


Member Function Documentation

Definition at line 175 of file typed_value.h.

static bool ProgramOptions::FlagAction::store_false ( const std::string &  v,
bool &  b 
) [inline, static]

Definition at line 169 of file typed_value.h.

static bool ProgramOptions::FlagAction::store_true ( const std::string &  v,
bool &  b 
) [inline, static]

Definition at line 165 of file typed_value.h.


Member Data Documentation


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


clasp
Author(s): Benjamin Kaufmann
autogenerated on Thu Aug 27 2015 12:41:41