Isis 3 Programmer Reference
Isis::Gruen::ErrorCounter Struct Reference

Struct that maintains error counts. More...

Collaboration diagram for Isis::Gruen::ErrorCounter:
Collaboration graph

Public Member Functions

 ErrorCounter (int gerrno, const QString &keyname)
 
int Errno () const
 
BigInt Count () const
 
void BumpIt ()
 
PvlKeyword LogIt () const
 

Public Attributes

int m_gerrno
 
QString m_keyname
 
BigInt m_count
 

Detailed Description

Struct that maintains error counts.

Definition at line 166 of file Gruen.h.

Constructor & Destructor Documentation

◆ ErrorCounter() [1/2]

Isis::Gruen::ErrorCounter::ErrorCounter ( )
inline

Definition at line 167 of file Gruen.h.

◆ ErrorCounter() [2/2]

Isis::Gruen::ErrorCounter::ErrorCounter ( int gerrno,
const QString & keyname )
inline

Definition at line 168 of file Gruen.h.

Member Function Documentation

◆ BumpIt()

void Isis::Gruen::ErrorCounter::BumpIt ( )
inline

Definition at line 173 of file Gruen.h.

◆ Count()

BigInt Isis::Gruen::ErrorCounter::Count ( ) const
inline

Definition at line 172 of file Gruen.h.

◆ Errno()

int Isis::Gruen::ErrorCounter::Errno ( ) const
inline

Definition at line 171 of file Gruen.h.

◆ LogIt()

PvlKeyword Isis::Gruen::ErrorCounter::LogIt ( ) const
inline

Definition at line 174 of file Gruen.h.

Member Data Documentation

◆ m_count

BigInt Isis::Gruen::ErrorCounter::m_count

Definition at line 178 of file Gruen.h.

◆ m_gerrno

int Isis::Gruen::ErrorCounter::m_gerrno

Definition at line 176 of file Gruen.h.

◆ m_keyname

QString Isis::Gruen::ErrorCounter::m_keyname

Definition at line 177 of file Gruen.h.


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