#include <adhoc.h>
Public Types | |
| enum | Severity { Info, Warning, Error, InvalidSeverity } |
Public Member Functions | |
| Note (Severity sev, const std::string ¬e) | |
| ~Note () | |
| Severity | severity () const |
| const std::string & | content () const |
| Tag * | tag () const |
Definition at line 129 of file adhoc.h.
|
|
||||||||||||
|
A convenience constructor.
|
|
|
Destructor. |
|
|
Returns the note's content.
|
|
|
Returns the note's severity.
|
|
|
Returns a Tag representation of the Note.
|
1.4.1