Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rutz::error_context_entry Class Reference

#include <rutz/error_context.h>

Collaboration diagram for rutz::error_context_entry:

Collaboration graph
[legend]
List of all members.

Detailed Description

Don't use this class directly; use the GVX_ERR_CONTEXT() macro instead.

Definition at line 103 of file error_context.h.

Public Member Functions

 error_context_entry (const rutz::fstring &msg)
 Construct an error context entry, adding it to the current error_context.
 ~error_context_entry ()
 Destruct the error context entry, removing it from its error_context.
const rutz::fstringtext () const
 Get the message associated with this entry.


Constructor & Destructor Documentation

rutz::error_context_entry::error_context_entry const rutz::fstring msg  ) 
 

Construct an error context entry, adding it to the current error_context.

Definition at line 127 of file error_context.cc.

References rutz::error_context::add_entry().

rutz::error_context_entry::~error_context_entry  ) 
 

Destruct the error context entry, removing it from its error_context.

Definition at line 136 of file error_context.cc.

References rutz::error_context::remove_entry().


Member Function Documentation

const rutz::fstring& rutz::error_context_entry::text  )  const [inline]
 

Get the message associated with this entry.

Definition at line 113 of file error_context.h.


The documentation for this class was generated from the following files:
Generated on Mon Nov 23 15:57:24 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4