qdbm::Curia_error Class Reference
Error container for Curia.  
More...
List of all members.
Detailed Description
Error container for Curia. 
Constructor & Destructor Documentation
      
        
          | qdbm::Curia_error::Curia_error | ( | int | ecode | ) | throw () | 
      
 
Create an instance. 
- Parameters:
- 
  
  
 
 
      
        
          | qdbm::Curia_error::Curia_error | ( | const Curia_error & | ce | ) | throw () | 
      
 
Copy constructor. 
- Parameters:
- 
  
  
 
 
Member Function Documentation
      
        
          | virtual int qdbm::Curia_error::code | ( |  | ) | const  throw ()  [virtual] | 
      
 
Get the error code. 
- Returns:
- the error code. 
 
 
      
        
          | virtual const char* qdbm::Curia_error::message | ( |  | ) | const  throw ()  [virtual] | 
      
 
Get the error message. 
- Returns:
- the pointer to the string. 
Reimplemented from qdbm::DBM_error.
 
 
      
        
          | virtual qdbm::Curia_error::operator const char * | ( |  | ) | const  throw ()  [virtual] | 
      
 
Cast operator into pointer to char. 
- Returns:
- the pointer to the string. 
Reimplemented from qdbm::DBM_error.
 
 
      
        
          | virtual bool qdbm::Curia_error::operator!= | ( | int | ecode | ) | const  throw ()  [virtual] | 
      
 
Inequality operator. 
- Parameters:
- 
  
    |  | ecode | a comparing error code. |  
 
- Returns:
- true if both do not equal, else, false. 
 
 
      
        
          | virtual bool qdbm::Curia_error::operator!= | ( | const Curia_error & | ce | ) | const  throw ()  [virtual] | 
      
 
Inequality operator. 
- Parameters:
- 
  
  
- Returns:
- true if both do not equal, else, false. 
 
 
      
        
          | Curia_error& qdbm::Curia_error::operator= | ( | int | ecode | ) | throw () | 
      
 
Assignment operator. 
- Parameters:
- 
  
  
- Returns:
- reference to itself. 
 
 
Assignment operator. 
- Parameters:
- 
  
  
- Returns:
- reference to itself. 
 
 
      
        
          | virtual bool qdbm::Curia_error::operator== | ( | int | ecode | ) | const  throw ()  [virtual] | 
      
 
Equality operator. 
- Parameters:
- 
  
    |  | ecode | a comparing error code. |  
 
- Returns:
- true if both equal, else, false. 
 
 
      
        
          | virtual bool qdbm::Curia_error::operator== | ( | const Curia_error & | ce | ) | const  throw ()  [virtual] | 
      
 
Equality operator. 
- Parameters:
- 
  
  
- Returns:
- true if both equal, else, false. 
 
 
The documentation for this class was generated from the following file: