
#include <rutz/error_context.h>
Collaboration diagram for rutz::error_context_entry:

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::fstring & | text () const |
| Get the message associated with this entry. | |
|
|
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(). |
|
|
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(). |
|
|
Get the message associated with this entry.
Definition at line 113 of file error_context.h. |
1.4.4