|
Mantid
|
#include "MantidKernel/OptionalBool.h"#include <json/value.h>#include <ostream>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
| namespace | Mantid::Kernel::pwvjdetail |
Functions | |
| MANTID_KERNEL_DLL::Json::Value | Mantid::Kernel::encodeAsJson (const OptionalBool &) |
| Encode an OptionalBool as a Json::Value. More... | |
| MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &os, OptionalBool const &object) |
| MANTID_KERNEL_DLL std::istream & | Mantid::Kernel::operator>> (std::istream &istream, OptionalBool &object) |