#include <Implications.h>
Public Member Functions | |
AddImplied (const Implications< TAG > &impls, const OUT &out) | |
template<typename ITEMS, typename TAGS> | |
AddImplied< TAG, OUT > & | operator= (const std::pair< ITEMS, TAGS > &data) |
Protected Attributes | |
const Implications< TAG > & | impls |
OUT | out |
tagcoll::AddImplied< TAG, OUT >::AddImplied | ( | const Implications< TAG > & | impls, | |
const OUT & | out | |||
) | [inline] |
AddImplied<TAG, OUT>& tagcoll::AddImplied< TAG, OUT >::operator= | ( | const std::pair< ITEMS, TAGS > & | data | ) | [inline] |
const Implications<TAG>& tagcoll::AddImplied< TAG, OUT >::impls [protected] |
OUT tagcoll::AddImplied< TAG, OUT >::out [protected] |