OptionalBool : Tri-state bool.
More...
#include <OptionalBool.h>
|
static const std::string | StrFalse = "False" |
|
static const std::string | StrTrue = "True" |
|
static const std::string | StrUnset = "Unset" |
|
OptionalBool : Tri-state bool.
Defaults to unset.
Definition at line 25 of file OptionalBool.h.
◆ Value
◆ OptionalBool() [1/3]
Mantid::Kernel::OptionalBool::OptionalBool |
( |
| ) |
|
◆ OptionalBool() [2/3]
Mantid::Kernel::OptionalBool::OptionalBool |
( |
bool |
arg | ) |
|
◆ OptionalBool() [3/3]
Mantid::Kernel::OptionalBool::OptionalBool |
( |
Value |
arg | ) |
|
◆ ~OptionalBool()
virtual Mantid::Kernel::OptionalBool::~OptionalBool |
( |
| ) |
|
|
virtualdefault |
◆ enumToStrMap()
◆ getValue()
◆ operator!=()
bool Mantid::Kernel::OptionalBool::operator!= |
( |
const OptionalBool & |
other | ) |
const |
◆ operator==()
bool Mantid::Kernel::OptionalBool::operator== |
( |
const OptionalBool & |
other | ) |
const |
◆ strToEmumMap()
◆ operator<<
MANTID_KERNEL_DLL std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
OptionalBool const & |
object |
|
) |
| |
|
friend |
◆ operator>>
MANTID_KERNEL_DLL std::istream & operator>> |
( |
std::istream & |
istream, |
|
|
OptionalBool & |
object |
|
) |
| |
|
friend |
◆ m_arg
Value Mantid::Kernel::OptionalBool::m_arg |
|
private |
◆ StrFalse
const std::string Mantid::Kernel::OptionalBool::StrFalse = "False" |
|
static |
◆ StrTrue
const std::string Mantid::Kernel::OptionalBool::StrTrue = "True" |
|
static |
◆ StrUnset
const std::string Mantid::Kernel::OptionalBool::StrUnset = "Unset" |
|
static |
The documentation for this class was generated from the following files: