#include <wibble/operators.h>
#include <wibble/mixin.h>
#include <tagcoll/coll/simple.h>
#include <map>


Go to the source code of this file.
Namespaces | |
| namespace | tagcoll |
Classes | |
| class | tagcoll::Implications< TAG > |
| List of explicit implications that can be applied to a tagged collection. More... | |
| class | tagcoll::AddImplied< TAG, OUT > |
| Add implied tags to a stream of tagged items. More... | |
| class | tagcoll::RemoveImplied< TAG, OUT > |
| Remove redundant implied tags to a stream of tagged items. More... | |
Functions | |
| template<typename TAG, typename OUT> | |
| AddImplied< TAG, OUT > | tagcoll::addImplied (const Implications< TAG > &impls, const OUT &out) |
| template<typename TAG, typename OUT> | |
| RemoveImplied< TAG, OUT > | tagcoll::removeImplied (const Implications< TAG > &impls, const OUT &out) |
1.5.6