libept
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ept::debtags::voc::Data Struct Reference

Base class for facet and tag data. More...

#include <vocabulary.h>

Inheritance diagram for ept::debtags::voc::Data:
ept::debtags::voc::FacetData ept::debtags::voc::TagData

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

Detailed Description

Base class for facet and tag data.

Member Function Documentation

std::string ept::debtags::voc::Data::longDescription ( ) const

Return the long description of the tag.

Exceptions
std::out_of_rangeif the tag is not valid

Referenced by TestVocabulary::_9().

std::string ept::debtags::voc::Data::shortDescription ( ) const

Return the short description of the tag.

Exceptions
std::out_of_rangeif the tag is not valid

Referenced by TestVocabulary::_13(), and TestVocabulary::_9().

Member Data Documentation

std::string ept::debtags::voc::Data::m_desc
mutableprotected
std::string ept::debtags::voc::Data::name

The documentation for this struct was generated from the following files: