Mantid
|
#include <algorithm>
#include <iostream>
#include <stdexcept>
#include "MantidAPI/Column.h"
#include "MantidKernel/Logger.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
Functions | |
MANTID_API_DLL std::ostream & | Mantid::API::operator<< (std::ostream &, const API::Boolean &) |
Printing Boolean to an output stream. More... | |
MANTID_API_DLL std::istream & | Mantid::API::operator>> (std::istream &istr, API::Boolean &) |
Redaing a Boolean from an input stream. More... | |