#include <matchers.hpp>

Public Member Functions

 Err (int ex)
 
bool operator== (Err other) const
 
bool operator!= (Err other) const
 

Static Public Member Functions

static Err ok ()
 
static Err invalid_record ()
 
static Err read ()
 

Public Attributes

int expected
 

Constructor & Destructor Documentation

◆ Err()

Err::Err ( int  ex)
inline

Member Function Documentation

◆ invalid_record()

static Err Err::invalid_record ( )
inlinestatic

References ECL_INVALID_RECORD.

◆ ok()

static Err Err::ok ( )
inlinestatic

References ECL_OK.

◆ operator!=()

bool Err::operator!= ( Err  other) const
inline

◆ operator==()

bool Err::operator== ( Err  other) const
inline

References expected.

◆ read()

static Err Err::read ( )
inlinestatic

References ECL_ERR_READ.

Member Data Documentation

◆ expected

int Err::expected

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