libept
|
Base class for facet and tag data. More...
#include <vocabulary.h>
Public Member Functions | |
std::string | shortDescription () const |
Return the short description of the tag. | |
std::string | longDescription () const |
Return the long description of the tag. | |
Public Attributes | |
std::string | name |
Protected Attributes | |
std::string | m_desc |
Base class for facet and tag data.
std::string ept::debtags::voc::Data::longDescription | ( | ) | const |
Return the long description of the tag.
std::out_of_range | if the tag is not valid |
Referenced by TestVocabulary::_9().
std::string ept::debtags::voc::Data::shortDescription | ( | ) | const |
Return the short description of the tag.
std::out_of_range | if the tag is not valid |
Referenced by TestVocabulary::_13(), and TestVocabulary::_9().
std::string ept::debtags::voc::Data::m_desc [mutable, protected] |
std::string ept::debtags::voc::Data::name |