This is a decorator class for the main objects. More...
#include <utils.h>
Public Member Functions | |
void | endElement (XMLInput &, const Attribute &, const DataElement &) |
string | getCategory () const |
string | getDescription () const |
string | getSubCategory () const |
void | setCategory (const string &f) |
void | setDescription (const string &f) |
void | setSubCategory (const string &f) |
void | writeElement (XMLOutput *, const Keyword &, mode=DEFAULT) const |
Protected Member Functions | |
size_t | extrasize () const |
This is a decorator class for the main objects.
Instances of this class have a description, category and sub_category.
void frepple::utils::HasDescription::endElement | ( | XMLInput & | pIn, |
const Attribute & | pAttr, | ||
const DataElement & | pElement | ||
) |
Definition at line 567 of file utils/library.cpp.
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void frepple::utils::HasDescription::writeElement | ( | XMLOutput * | o, |
const Keyword & | t, | ||
mode | m = DEFAULT |
||
) | const |
Definition at line 556 of file utils/library.cpp.