Opm::RawConsts Namespace Reference

Consts used in the non semantic, raw parsing of the eclipse file. More...

Variables

const char slash = '/'
 
const char quote = '\''
 
const std::string separators = "\t "
 
const std::string include = "INCLUDE"
 
const std::string end = "END"
 
const std::string endinclude = "ENDINC"
 
const std::string paths = "PATHS"
 
const unsigned int maxKeywordLength = 8
 

Detailed Description

Consts used in the non semantic, raw parsing of the eclipse file.

Variable Documentation

const std::string Opm::RawConsts::end = "END"
const std::string Opm::RawConsts::endinclude = "ENDINC"
const std::string Opm::RawConsts::include = "INCLUDE"
const unsigned int Opm::RawConsts::maxKeywordLength = 8
const std::string Opm::RawConsts::paths = "PATHS"
const char Opm::RawConsts::quote = '\''
const std::string Opm::RawConsts::separators = "\t "
const char Opm::RawConsts::slash = '/'