ParserEnums.hpp File Reference
#include <string>
Include dependency graph for ParserEnums.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 

Enumerations

enum  Opm::ParserKeywordSizeEnum {
  Opm::SLASH_TERMINATED = 0 , Opm::FIXED = 1 , Opm::OTHER_KEYWORD_IN_DECK = 2 , Opm::UNKNOWN = 3 ,
  Opm::FIXED_CODE = 4 , Opm::DOUBLE_SLASH_TERMINATED = 5
}
 
enum  Opm::ParserKeywordActionEnum { Opm::INTERNALIZE = 0 , Opm::IGNORE = 1 , Opm::IGNORE_WARNING = 2 , Opm::THROW_EXCEPTION = 3 }
 

Functions

const std::string Opm::ParserKeywordActionEnum2String (ParserKeywordActionEnum enumValue)
 
const std::string Opm::ParserKeywordSizeEnum2String (ParserKeywordSizeEnum enumValue)
 
ParserKeywordSizeEnum Opm::ParserKeywordSizeEnumFromString (const std::string &stringValue)
 
ParserKeywordActionEnum Opm::ParserKeywordActionEnumFromString (const std::string &stringValue)