#include <MessageLimits.hpp>

Public Member Functions

bool operator== (const MLimits &other) const
 
bool operator!= (const MLimits &other) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static MLimits serializeObject ()
 

Public Attributes

int message_print_limit = ParserKeywords::MESSAGES::MESSAGE_PRINT_LIMIT::defaultValue
 
int comment_print_limit = ParserKeywords::MESSAGES::COMMENT_PRINT_LIMIT::defaultValue
 
int warning_print_limit = ParserKeywords::MESSAGES::WARNING_PRINT_LIMIT::defaultValue
 
int problem_print_limit = ParserKeywords::MESSAGES::PROBLEM_PRINT_LIMIT::defaultValue
 
int error_print_limit = ParserKeywords::MESSAGES::ERROR_PRINT_LIMIT::defaultValue
 
int bug_print_limit = ParserKeywords::MESSAGES::BUG_PRINT_LIMIT::defaultValue
 
int message_stop_limit = ParserKeywords::MESSAGES::MESSAGE_STOP_LIMIT::defaultValue
 
int comment_stop_limit = ParserKeywords::MESSAGES::COMMENT_STOP_LIMIT::defaultValue
 
int warning_stop_limit = ParserKeywords::MESSAGES::WARNING_STOP_LIMIT::defaultValue
 
int problem_stop_limit = ParserKeywords::MESSAGES::PROBLEM_STOP_LIMIT::defaultValue
 
int error_stop_limit = ParserKeywords::MESSAGES::ERROR_STOP_LIMIT::defaultValue
 
int bug_stop_limit = ParserKeywords::MESSAGES::BUG_STOP_LIMIT::defaultValue
 

Member Function Documentation

◆ operator!=()

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

◆ operator==()

◆ serializeObject()

◆ serializeOp()

Member Data Documentation

◆ bug_print_limit

◆ bug_stop_limit

◆ comment_print_limit

◆ comment_stop_limit

◆ error_print_limit

◆ error_stop_limit

◆ message_print_limit

◆ message_stop_limit

◆ problem_print_limit

◆ problem_stop_limit

◆ warning_print_limit

◆ warning_stop_limit


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