VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
single_error Class Reference

#include <error.h>

Public Member Functions

 single_error (string code)
 Constructor. More...
 
 single_error (string code, string msg)
 Constructor. More...
 

Public Attributes

string code
 Error code. More...
 
string msg
 Error message. More...
 

Detailed Description

Hold some information about error in the code.

Definition at line 26 of file error.h.

Constructor & Destructor Documentation

single_error::single_error ( string  code)
inline

Constructor.

Definition at line 35 of file error.h.

single_error::single_error ( string  code,
string  msg 
)
inline

Constructor.

Definition at line 42 of file error.h.

Member Data Documentation

string single_error::code

Error code.

Definition at line 29 of file error.h.

string single_error::msg

Error message.

Definition at line 32 of file error.h.


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