Input type for a list of flags.
More...
#include </home/werner/origo/vish/ocean/shrimp/VFlagList.hpp>
List of all members.
Public Member Functions
-
bool contains (const string &flagvalue) const
- Check if a flag is contained here at all.
-
bool operator() (const string &flagvalue) const
- bool operator() (const string &flagvalue, bool &found) const
- Get the current boolean value associated with a specific flag.
-
Options (const string &s, const char sep=' ')
-
Options (const MemCore::RefPtr< FlagList > &FL)
-
void setDefault (bool value)
Detailed Description
Input type for a list of flags.
Member Function Documentation
bool Wizt::Options::operator() |
( |
const string & |
flagvalue, |
|
|
bool & |
found |
|
) |
| const [inline] |
Get the current boolean value associated with a specific flag.
If the flag is not found, then return the default_value. It is highly recommended to test the found flag.
The documentation for this struct was generated from the following file:
- ocean/shrimp/VFlagList.hpp