Interface for a class responsible for finding a specification based on a name.
More...
#include <SampleEnvironmentFactory.h>
Interface for a class responsible for finding a specification based on a name.
Definition at line 19 of file SampleEnvironmentFactory.h.
◆ ~ISampleEnvironmentSpecFinder()
virtual Mantid::DataHandling::ISampleEnvironmentSpecFinder::~ISampleEnvironmentSpecFinder |
( |
| ) |
|
|
virtualdefault |
◆ find()
virtual SampleEnvironmentSpec_uptr Mantid::DataHandling::ISampleEnvironmentSpecFinder::find |
( |
const std::string & |
facility, |
|
|
const std::string & |
instrument, |
|
|
const std::string & |
name |
|
) |
| const |
|
pure virtual |
◆ parseSpec()
virtual SampleEnvironmentSpec_uptr Mantid::DataHandling::ISampleEnvironmentSpecFinder::parseSpec |
( |
const std::string & |
name, |
|
|
const std::string & |
filename |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: