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. More...
 
std::string longDescription () const
 Return the long description of the tag. More...
 

Public Attributes

std::string name
 

Protected Attributes

std::string m_desc
 

Detailed Description

Base class for facet and tag data.

Member Function Documentation

◆ longDescription()

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

◆ shortDescription()

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

Member Data Documentation

◆ m_desc

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

◆ name

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

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