Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
WorkspaceHistory.cpp File Reference
#include "MantidAPI/WorkspaceHistory.h"
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/AlgorithmHistory.h"
#include "MantidAPI/HistoryView.h"
#include "MantidKernel/EnvironmentHistory.h"
#include "MantidKernel/StringTokenizer.h"
#include "MantidKernel/Strings.h"
#include "MantidTypes/Core/DateAndTime.h"
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/functional/hash.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include "Poco/DateTime.h"
#include <Poco/DateTimeParser.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

void Mantid::API::getWordsInString (const std::string &words3, std::string &w1, std::string &w2, std::string &w3)
 If the first string contains exactly three words separated by spaces these words will be copied into each of the following strings that were passed. More...
 
void Mantid::API::getWordsInString (const std::string &words4, std::string &w1, std::string &w2, std::string &w3, std::string &w4)
 If the first string contains exactly four words separated by spaces these words will be copied into each of the following strings that were passed. More...
 
MANTID_API_DLL std::ostream & Mantid::API::operator<< (std::ostream &os, const WorkspaceHistory &WH)
 Prints a text representation. More...