35class ImportContainer {
37 ImportContainer(
const Parser& parser,
const UnitSystem& unit_system,
const std::string& fname,
bool formatted, std::size_t deck_size);
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;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30