EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Ga::GaException Class Reference

#include "GaTypes.h"

Collaboration diagram for Ga::GaException:

Public Member Functions

 GaException ()
 
 GaException (const char *msg)
 
 GaException (const std::string &msg)
 
const std::string & Description ()
 

Private Attributes

std::string m_msg
 

Detailed Description

Definition at line 28 of file GaTypes.h.

Constructor & Destructor Documentation

Ga::GaException::GaException ( )
inline

Definition at line 30 of file GaTypes.h.

30 {}
Ga::GaException::GaException ( const char *  msg)
inline

Definition at line 31 of file GaTypes.h.

References m_msg.

31 { m_msg = msg; }
std::string m_msg
Definition: GaTypes.h:35
Ga::GaException::GaException ( const std::string &  msg)
inline

Definition at line 32 of file GaTypes.h.

References m_msg.

32 { m_msg = msg; }
std::string m_msg
Definition: GaTypes.h:35

Member Function Documentation

const std::string& Ga::GaException::Description ( )
inline

Definition at line 33 of file GaTypes.h.

References m_msg.

33 { return m_msg; }
std::string m_msg
Definition: GaTypes.h:35

Member Data Documentation

std::string Ga::GaException::m_msg
private

Definition at line 35 of file GaTypes.h.

Referenced by Description(), and GaException().


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