m2etis  0.4
m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType > Class Template Reference

#include <LessThanPredicateIndex.h>

Inheritance diagram for m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >:
Inheritance graph

Public Member Functions

 LessThanPredicateIndex (AttributeName attribute_id, PredicateIdentifierFactory *predicate_identifier_factory)
 
PredicateIdentifierFactory::PredicateID addPredicate (const LessThanAttributeFilter< EventType, AttributeType > *less_than_attribute_filter)
 
virtual void removePredicate (std::vector< bool >::size_type predicate_id) override
 
virtual void determineMatchingPredicates (const EventType &event, std::vector< bool > &fulfilled_predicate_vector) override
 
virtual ~LessThanPredicateIndex ()
 
- Public Member Functions inherited from m2etis::pubsub::filter::PredicateIndex< EventType >
 PredicateIndex (AttributeName attribute_id, OperatorName _operator, PredicateIdentifierFactory *predicate_identifier_factory)
 
virtual ~PredicateIndex ()
 
AttributeName get_attribute_id () const
 
OperatorName get_operator () const
 

Additional Inherited Members

- Protected Attributes inherited from m2etis::pubsub::filter::PredicateIndex< EventType >
OperatorName operator_
 
PredicateIdentifierFactorypredicate_identifier_factory_
 

Detailed Description

template<typename EventType, typename AttributeType>
class m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >

Definition at line 32 of file LessThanPredicateIndex.h.

Constructor & Destructor Documentation

template<typename EventType , typename AttributeType >
m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >::LessThanPredicateIndex ( AttributeName  attribute_id,
PredicateIdentifierFactory predicate_identifier_factory 
)
inline

Definition at line 34 of file LessThanPredicateIndex.h.

template<typename EventType , typename AttributeType >
virtual m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >::~LessThanPredicateIndex ( )
inlinevirtual

Definition at line 78 of file LessThanPredicateIndex.h.

Member Function Documentation

template<typename EventType , typename AttributeType >
PredicateIdentifierFactory::PredicateID m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >::addPredicate ( const LessThanAttributeFilter< EventType, AttributeType > *  less_than_attribute_filter)
inline

Definition at line 37 of file LessThanPredicateIndex.h.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename EventType , typename AttributeType >
virtual void m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >::determineMatchingPredicates ( const EventType &  event,
std::vector< bool > &  fulfilled_predicate_vector 
)
inlineoverridevirtual

Implements m2etis::pubsub::filter::PredicateIndex< EventType >.

Definition at line 62 of file LessThanPredicateIndex.h.

Here is the call graph for this function:

template<typename EventType , typename AttributeType >
virtual void m2etis::pubsub::filter::LessThanPredicateIndex< EventType, AttributeType >::removePredicate ( std::vector< bool >::size_type  predicate_id)
inlineoverridevirtual

Implements m2etis::pubsub::filter::PredicateIndex< EventType >.

Definition at line 50 of file LessThanPredicateIndex.h.

Here is the call graph for this function:


The documentation for this class was generated from the following file: