21 #ifndef KEYWORD_LOADER_HPP
22 #define KEYWORD_LOADER_HPP
28 #include <opm/parser/eclipse/Parser/ParserKeyword.hpp>
36 KeywordLoader(
const std::vector<std::string>& keyword_files,
bool verbose);
37 std::string getJsonFile(
const std::string& keyword)
const;
39 std::map<char , std::vector<ParserKeyword> >::const_iterator begin( )
const;
40 std::map<char , std::vector<ParserKeyword> >::const_iterator end( )
const;
42 std::map<char, std::vector<ParserKeyword>> keywords;
43 std::map<std::string , std::string > m_jsonFile;
Definition: KeywordLoader.hpp:33
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29