Opm::KeywordSize Struct Reference

#include <ParserKeyword.hpp>

Public Member Functions

 KeywordSize (const std::string &in_keyword, const std::string &in_item, int in_shift)
 
 KeywordSize ()
 
bool operator== (const KeywordSize &other) const
 
bool operator!= (const KeywordSize &other) const
 

Public Attributes

std::string keyword
 
std::string item
 
int shift
 

Constructor & Destructor Documentation

◆ KeywordSize() [1/2]

Opm::KeywordSize::KeywordSize ( const std::string in_keyword,
const std::string in_item,
int  in_shift 
)
inline

◆ KeywordSize() [2/2]

Opm::KeywordSize::KeywordSize ( )
inline

Member Function Documentation

◆ operator!=()

bool Opm::KeywordSize::operator!= ( const KeywordSize other) const
inline

◆ operator==()

bool Opm::KeywordSize::operator== ( const KeywordSize other) const
inline

References item, keyword, and shift.

Member Data Documentation

◆ item

std::string Opm::KeywordSize::item

Referenced by operator==().

◆ keyword

std::string Opm::KeywordSize::keyword

Referenced by operator==().

◆ shift

int Opm::KeywordSize::shift

Referenced by operator==().


The documentation for this struct was generated from the following file: