Class StateReaderFactory
Defined in File StateReaderFactory.h
Class Documentation
-
class StateReaderFactory
Factory for creating instances of StateReader
Public Static Functions
-
static inline StateReader *createReader(const std::string &input)
Returns a reader capable of reading ‘input’
- Parameters:
input – Filename of the input file (This will be used to determine which reader to return)
- Throws:
exception::UnsupportedFileType – If the file extension does not match an appropriate reader
-
static inline StateReader *createReader(const std::string &input)