20 #ifndef IMPORT_CONTAINER_HPP
21 #define IMPORT_CONTAINER_HPP
27 #include <opm/input/eclipse/Deck/DeckKeyword.hpp>
39 std::vector<DeckKeyword>::iterator begin() {
return this->keywords.begin(); }
40 std::vector<DeckKeyword>::iterator end() {
return this->keywords.end(); }
42 std::vector<DeckKeyword> keywords;
Definition: ImportContainer.hpp:35
The hub of the parsing process.
Definition: Parser.hpp:60
Definition: UnitSystem.hpp:33
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29