#include <rutz/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. | |
Definition at line 103 of file error_context.h.