#include <ServiceMainOptions.h>

Public Types |
|
| enum | { DefaultServiceMessageCapacity = 1u << 16 } |
Public Member Functions |
|
| virtual | ~ServiceMainOptions ()=default |
Public Attributes |
|
| bool | wisp_version |
| boost::program_options::options_description | description |
| bool | help |
| std::string | connection |
| std::string | name |
| unsigned int | capacity |
| unsigned int | call_timeout |
| std::string | locale |
Protected Member Functions |
|
| ServiceMainOptions () | |
| virtual void | notify (boost::program_options::variables_map &vm) |
| virtual void | store (int argc, char *argv[]) |
Detailed Description
Definition at line 30 of file ServiceMainOptions.h.
Member Enumeration Documentation
|
inherited |
| Enumerator | |
|---|---|
| DefaultServiceMessageCapacity | |
Definition at line 34 of file BasicServiceOptions.h.
Constructor & Destructor Documentation
|
inlineprotected |
Definition at line 35 of file ServiceMainOptions.h.
References BasicServiceOptions::description.
|
virtualdefault |
Member Function Documentation
|
inlineprotectedvirtual |
Reimplemented from BasicServiceOptions.
Definition at line 50 of file ServiceMainOptions.h.
References BasicServiceOptions::description, BasicServiceOptions::notify(), and wisp_version.
|
inlineprotectedvirtualinherited |
Definition at line 71 of file BasicServiceOptions.h.
References BasicServiceOptions::description, and BasicServiceOptions::notify().
Member Data Documentation
|
inherited |
Definition at line 102 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::BasicServiceOptions().
|
inherited |
Definition at line 101 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::BasicServiceOptions().
|
inherited |
Definition at line 99 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::BasicServiceOptions().
|
inherited |
Definition at line 97 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::BasicServiceOptions(), notify(), ServiceMainOptions(), and BasicServiceOptions::store().
|
inherited |
Definition at line 98 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::notify().
|
inherited |
Definition at line 103 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::BasicServiceOptions().
|
inherited |
Definition at line 100 of file BasicServiceOptions.h.
Referenced by BasicServiceOptions::BasicServiceOptions().
| bool ServiceMainOptions::wisp_version |
Definition at line 72 of file ServiceMainOptions.h.
Referenced by notify().
The documentation for this class was generated from the following file: