|
|
typedef std::vector< DeckKeyword >::const_iterator | const_iterator |
| |
|
typedef std::vector< DeckKeyword >::const_iterator | const_iterator |
| |
|
typedef std::vector< DeckKeyword >::const_iterator | const_iterator |
| |
|
|
| SCHEDULESection (const Deck &deck) |
| |
|
| DeckSection (const Deck &deck, const std::string &startKeyword) |
| |
|
const std::string & | name () const |
| |
|
const UnitSystem & | unitSystem () const |
| |
|
bool | hasKeyword (const DeckKeyword &keyword) const |
| |
|
bool | hasKeyword (const std::string &keyword) const |
| |
|
template<class Keyword > |
| bool | hasKeyword () const |
| |
|
const DeckKeyword & | getKeyword (const std::string &keyword, size_t index) const |
| |
|
const DeckKeyword & | getKeyword (const std::string &keyword) const |
| |
|
const DeckKeyword & | getKeyword (size_t index) const |
| |
|
const DeckKeyword & | operator[] (std::size_t index) const |
| |
|
DeckKeyword & | getKeyword (size_t index) |
| |
|
template<class Keyword > |
| const DeckKeyword & | getKeyword () const |
| |
|
template<class Keyword > |
| const DeckKeyword & | getKeyword (size_t index) const |
| |
|
template<class Keyword > |
| std::size_t | count () const |
| |
|
const std::vector< const DeckKeyword * > | getKeywordList (const std::string &keyword) const |
| |
|
template<class Keyword > |
| const std::vector< const DeckKeyword * > | getKeywordList () const |
| |
|
size_t | count (const std::string &keyword) const |
| |
|
size_t | size () const |
| |
|
const_iterator | begin () const |
| |
|
const_iterator | end () const |
| |
|
|
static bool | hasRUNSPEC (const Deck &) |
| |
|
static bool | hasGRID (const Deck &) |
| |
|
static bool | hasEDIT (const Deck &) |
| |
|
static bool | hasPROPS (const Deck &) |
| |
|
static bool | hasREGIONS (const Deck &) |
| |
|
static bool | hasSOLUTION (const Deck &) |
| |
|
static bool | hasSUMMARY (const Deck &) |
| |
|
static bool | hasSCHEDULE (const Deck &) |
| |
|
static bool | checkSectionTopology (const Deck &deck, const Parser &, bool ensureKeywordSectionAffiliation=false) |
| |
|
void | add (const DeckKeyword *, const_iterator, const_iterator) |
| |
|
const std::vector< size_t > & | offsets (const std::string &) const |
| |
|
| DeckView (const_iterator first, const_iterator last) |
| |
|
| DeckView (std::pair< const_iterator, const_iterator >) |
| |
|
void | init (const_iterator, const_iterator) |
| |
The documentation for this class was generated from the following file: