Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

exception_item Class Reference

exception item as an exception table row More...

#include <except.h>

List of all members.

Public Member Functions

bool operator< (const exception_item &x) const
 less operator for sort algorithm
bool operator== (const exception_item &x) const
 equal operator for find algorithm

Public Attributes

size_t _code
 exception code
const char * _desc
 exception description


Detailed Description

exception item as an exception table row

Definition at line 38 of file except.h.


Member Function Documentation

BEGIN_TERIMBER_NAMESPACE bool exception_item::operator< ( const exception_item x  )  const

less operator for sort algorithm

Definition at line 38 of file except.cpp.

References _code.

bool exception_item::operator== ( const exception_item x  )  const

equal operator for find algorithm

Definition at line 44 of file except.cpp.

References _code.


Member Data Documentation

exception code

Definition at line 46 of file except.h.

Referenced by exception_table::get_error(), operator<(), and operator==().

const char* exception_item::_desc

exception description

Definition at line 47 of file except.h.

Referenced by exception_table::exception_table(), and exception_table::get_error().


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


© Copyright Terimber 2003-.