The DtKeyword mixin is a mixin class (add funcionality by inheritence) for adding generic keywords to another class.
More...
The DtKeyword mixin is a mixin class (add funcionality by inheritence) for adding generic keywords to another class.
| makVrv::DtKeywordMixin::DtKeywordMixin |
( |
| ) |
|
| virtual makVrv::DtKeywordMixin::~DtKeywordMixin |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtKeywordMixin::addKeyword |
( |
const std::string & |
keyword | ) |
|
|
virtual |
| virtual void makVrv::DtKeywordMixin::removeKeyword |
( |
const std::string & |
keyword | ) |
|
|
virtual |
| virtual void makVrv::DtKeywordMixin::clearKeywords |
( |
| ) |
|
|
virtual |
| virtual const std::set<std::string>& makVrv::DtKeywordMixin::keywords |
( |
| ) |
const |
|
virtual |
| virtual bool makVrv::DtKeywordMixin::findKeywords |
( |
const std::set< std::string > & |
| ) |
const |
|
virtual |
Check to see if the class has any of the supplied keywords For best performance sort the keywords (from most frequent to less frequent) and for keywords with the same frequency shortest to longest.
| virtual bool makVrv::DtKeywordMixin::findKeyword |
( |
const std::string & |
word | ) |
const |
|
virtual |
Check to see if a single keyword is in the set.
| std::set<std::string> makVrv::DtKeywordMixin::myKeywords |
|
protected |
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf4-8-branch/include/vrvUtil/DtKeywordMixin.h