ZNC  trunk
Public Types | Public Member Functions | Protected Attributes | List of all members
CException Class Reference

#include <Utils.h>

Public Types

enum  EType { EX_Shutdown , EX_Restart }
 

Public Member Functions

 CException (EType e)
 
virtual ~CException ()
 
EType GetType () const
 

Protected Attributes

EType m_eType
 

Member Enumeration Documentation

◆ EType

Enumerator
EX_Shutdown 
EX_Restart 

Constructor & Destructor Documentation

◆ CException()

CException::CException ( EType  e)
inline

◆ ~CException()

virtual CException::~CException ( )
inlinevirtual

Member Function Documentation

◆ GetType()

EType CException::GetType ( ) const
inline

References m_eType.

Member Data Documentation

◆ m_eType

EType CException::m_eType
protected

Referenced by GetType().


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