libept
|
Representation of a tag. More...
#include <vocabulary.h>
Public Member Functions | |
TagData () | |
![]() | |
std::string | shortDescription () const |
Return the short description of the tag. | |
std::string | longDescription () const |
Return the long description of the tag. |
Additional Inherited Members | |
![]() | |
std::string | name |
![]() | |
std::string | m_desc |
Representation of a tag.
ept::debtags::Tag represents a Tag with all its informations. It is guaranteed to have fast value-copy semantics, so it can be passed around freely and efficiently without worrying about memory management issues.
The class is normally instantiated using a Vocabulary:
Tags can contain an "invalid" value, in which case using any of their methods will likely produce segfault. The "invalid" facets are useful as "none" return values:
|
inline |