Mantid
|
#include "MantidAPI/DllConfig.h"
#include <memory>
#include <map>
#include <stdexcept>
#include <string>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::API::Expression |
This class represents an expression made up of names, binary operators and brackets. More... | |
struct | Mantid::API::Expression::Operators |
Keeps operator that can be used in an expression. More... | |
class | Mantid::API::Expression::ParsingError |
Specialised exception for parsing errors. More... | |
struct | Mantid::API::Expression::Token |
This is a struct to mark a token in a string expression. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |