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. More... | |
Boolean (bool b) | |
Conversion from bool. More... | |
operator bool () | |
Returns bool. More... | |
operator bool () const | |
bool | operator== (const Boolean &b) const |
equal to operator More... | |
Public Attributes | |
bool | value |
boolean value More... | |
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 220 of file Column.h.
Referenced by Mantid::API::operator<<(), and operator==().