|
Public Member Functions |
| Tag () throw () |
| Tag (const Tag &f) throw () |
| ~Tag () throw () |
Tag & | operator= (const Tag &f) throw () |
bool | operator== (const Tag &f) const throw () |
bool | operator< (const Tag &f) const throw () |
| operator bool () const throw () |
Facet | facet () const throw () |
const std::string & | name () const throw () |
std::string | fullname () const throw () |
const std::string & | sdesc () const throw () |
const std::string & | ldesc () const throw () |
const std::string & | fulldata () const throw () |
void | sdesc (const std::string &desc) throw () |
void | ldesc (const std::string &desc) throw () |
void | fulldata (const std::string &desc) throw () |
Protected Member Functions |
| Tag (FacetImpl *facet, const std::string &name) throw () |
Protected Attributes |
TagImpl * | impl |
Friends |
class | FacetImpl |
class | TagSet |