|
Mantid
|
As TableColumn stores its data in a std::vector bool type cannot be used in the same way as the other types. More...
#include <Column.h>
Public Member Functions | |
| Boolean () | |
| Default constructor. | |
| Boolean (bool b) | |
| Conversion from bool. | |
| operator bool () | |
| Returns bool. | |
| operator bool () const | |
| bool | operator== (const Boolean &b) const |
| equal to operator | |
Public Attributes | |
| bool | value |
| boolean value | |
As TableColumn stores its data in a std::vector bool type cannot be used in the same way as the other types.
Class Boolean is used instead.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool Mantid::API::Boolean::value |
boolean value
Definition at line 224 of file Column.h.
Referenced by Mantid::API::operator<<(), and operator==().