Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ErrorClass Class Reference

#include <errclass.h>

Public Member Functions

 ErrorClass (char *format,...)
 
 ErrorClass (const ErrorClass &that)
 
 ~ErrorClass (void)
 
ErrorClassoperator= (const ErrorClass &that)
 

Public Attributes

char * error_message
 

Detailed Description

Definition at line 44 of file errclass.h.

Constructor & Destructor Documentation

◆ ErrorClass() [1/2]

ErrorClass::ErrorClass ( char * format,
... )
inline

Definition at line 56 of file errclass.h.

◆ ErrorClass() [2/2]

ErrorClass::ErrorClass ( const ErrorClass & that)
inline

Definition at line 67 of file errclass.h.

◆ ~ErrorClass()

ErrorClass::~ErrorClass ( void )
inline

Definition at line 49 of file errclass.h.

Member Function Documentation

◆ operator=()

ErrorClass & ErrorClass::operator= ( const ErrorClass & that)
inline

Definition at line 73 of file errclass.h.

Member Data Documentation

◆ error_message

char* ErrorClass::error_message

Definition at line 53 of file errclass.h.


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