|
Mantid
|
#include "MantidKernel/DllConfig.h"#include <set>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Kernel::MultiFileNameParsing::GenerateFileName |
| A functor that generates a vector of file names from the given vector of runs, and other state passed to it when constructed. More... | |
| class | Mantid::Kernel::MultiFileNameParsing::Parser |
| This class takes a string representing multiple files and parses it into a vector of vectors of file names. More... | |
| class | Mantid::Kernel::MultiFileNameParsing::ReverseCaselessCompare |
| Comparator for set that holds instrument names in Parser. More... | |
| class | Mantid::Kernel::MultiFileNameParsing::RunRangeList |
| A class that holds a list of ranges of runs. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
| namespace | Mantid::Kernel::MultiFileNameParsing |
| namespace | Mantid::Kernel::MultiFileNameParsing::Regexs |
| Regexs used to match / parse various strings. | |
Functions | |
| MANTID_KERNEL_DLL std::string | Mantid::Kernel::MultiFileNameParsing::suggestWorkspaceName (const std::vector< std::string > &fileNames) |
| Suggests a workspace name, given a vector of file names. | |