18 #ifndef READER_INSTANCES_HH_ 19 #define READER_INSTANCES_HH_ std::map< string, std::shared_ptr< GmshMeshReader > > ReaderTable
ReaderTable reader_table_
Table of readers.
ReaderInstances()
Constructor.
Dedicated class for storing path to input and output files.
std::shared_ptr< GmshMeshReader > get_reader(const FilePath &file_path)
static ReaderInstances * instance()
Returns singleton instance.