Class OptionMaskName ...
More...
#include <Option.hpp>
|
std::string | m_name |
|
OptionMask | m_mask |
|
std::string | m_description |
|
Class OptionMaskName ...
Definition at line 167 of file Option.hpp.
◆ OptionMaskName() [1/2]
stk_classic::diag::OptionMaskName::OptionMaskName |
( |
| ) |
|
|
inline |
◆ OptionMaskName() [2/2]
stk_classic::diag::OptionMaskName::OptionMaskName |
( |
const std::string & |
name, |
|
|
const OptionMask & |
mask, |
|
|
const std::string & |
description = "No description available" |
|
) |
| |
|
inline |
Creates a new OptionMaskName instance.
- Parameters
-
name | a std::string variable ... |
mask | an OptionMask variable ... |
description | a std::string variable ... |
Definition at line 186 of file Option.hpp.
◆ ~OptionMaskName()
virtual stk_classic::diag::OptionMaskName::~OptionMaskName |
( |
| ) |
|
|
inlinevirtual |
◆ operator<()
bool stk_classic::diag::OptionMaskName::operator< |
( |
const OptionMaskName & |
o | ) |
const |
|
inline |
Member function < ...
- Parameters
-
- Returns
- a bool ...
Definition at line 205 of file Option.hpp.
◆ describe()
std::ostream & stk_classic::diag::OptionMaskName::describe |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Member function describe ...
- Parameters
-
os | a std::ostream variable ... |
- Returns
- a std::ostream ...
Definition at line 124 of file Option.cpp.
The documentation for this struct was generated from the following files: