ZNC  trunk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Enumerator
EX_Shutdown 
EX_Restart 

Constructor & Destructor Documentation

CException::CException ( EType  e)
inline

References m_eType.

virtual CException::~CException ( )
inlinevirtual

Member Function Documentation

EType CException::GetType ( ) const
inline

References m_eType.

Member Data Documentation

EType CException::m_eType
protected

Referenced by CException(), and GetType().


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