#include <DerivedTags.h>
Public Member Functions | |
| virtual | ~DerivedTags () |
| void | add (const std::string &tag, const Expression &expr) |
| Add a new derived tag to the list. | |
| OpSet< std::string > | derivedTags (const OpSet< std::string > &tags) const |
| Return the tags in `tags', plus all the derived tags that matched `tags'. | |
| virtual Tagcoll::DerivedTags::~DerivedTags | ( | ) | [inline, virtual] |
| void Tagcoll::DerivedTags::add | ( | const std::string & | tag, | |
| const Expression & | expr | |||
| ) | [inline] |
Add a new derived tag to the list.
| OpSet<std::string> Tagcoll::DerivedTags::derivedTags | ( | const OpSet< std::string > & | tags | ) | const [inline] |
Return the tags in `tags', plus all the derived tags that matched `tags'.
1.5.1