Mantid
|
#include "MantidAPI/DllConfig.h"
#include <memory>
#include <cstring>
#include <limits>
#include <stdexcept>
#include <string>
#include <typeinfo>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::API::Boolean |
As TableColumn stores its data in a std::vector bool type cannot be used in the same way as the other types. More... | |
class | Mantid::API::Column |
Column is the base class for columns of TableWorkspace. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
Typedefs | |
using | Mantid::API::Column_const_sptr = std::shared_ptr< const Column > |
using | Mantid::API::Column_sptr = std::shared_ptr< Column > |
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... | |