|
Public Member Functions |
| Facet (const std::string &name) throw () |
| Facet () throw () |
| Facet (const Facet &f) throw () |
| ~Facet () throw () |
Facet & | operator= (const Facet &f) throw () |
bool | operator== (const Facet &f) const throw () |
bool | operator< (const Facet &f) const throw () |
| operator bool () const throw () |
const std::string & | name () 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 () |
Tag | obtainTag (const std::string &name) throw () |
bool | hasTag (const std::string &name) const throw () |
Tag | getTag (const std::string &name) const throw () |
const TagSet & | tags () const throw () |
Protected Member Functions |
| Facet (FacetImpl *impl) throw () |
Protected Attributes |
FacetImpl * | impl |