#include <zorba/internal/system_diagnostic.h>
Static Public Member Functions |
static Diagnostic const * | find (char const *localname) |
| Given a diagnostic's local-name, finds its corresponding Diagnostic object.
|
Protected Member Functions |
virtual Diagnostic const * | clone () const =0 |
virtual void | destroy () const |
| Destroys a Diagnostic.
|
Detailed Description
Definition at line 31 of file system_diagnostic.h.
Member Function Documentation
virtual Diagnostic const* zorba::Diagnostic::clone |
( |
| ) |
const |
|
protectedpure virtualinherited |
virtual void zorba::Diagnostic::destroy |
( |
| ) |
const |
|
protectedvirtualinherited |
static Diagnostic const* zorba::internal::SystemDiagnosticBase::find |
( |
char const * |
localname | ) |
|
|
inlinestatic |
Given a diagnostic's local-name, finds its corresponding Diagnostic object.
- Parameters
-
- Returns
- Returns the corresponding Diagnostic object or
NULL
if not found.
Definition at line 41 of file system_diagnostic.h.
virtual char const* zorba::Diagnostic::message |
( |
| ) |
const |
|
virtualinherited |
Gets the message of this diagnostic.
- Returns
- Returns said message.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: