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

#include <AttributeTypeInformation.h>

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

Public Types

typedef EventType schema
 
- Public Types inherited from m2etis::pubsub::filter::FilterExp< EventType >
typedef boost::shared_ptr< FilterExp< EventType > > FilterExpPtr
 

Public Member Functions

 GreaterThanAttributeFilter ()
 
 GreaterThanAttributeFilter (const AttributeName attribute_id, const AttributeType &constants)
 
virtual ~GreaterThanAttributeFilter ()
 
virtual void getAttributeType (FilterVisitor< EventType > &visitor) const override
 
virtual bool matchAttribute (const AttributeType &attribute) const override
 
virtual bool overlaps (const AttributeFilter< EventType, AttributeType > *other_filter) const override
 
- Public Member Functions inherited from m2etis::pubsub::filter::AttributeFilter< EventType, AttributeType >
 AttributeFilter ()
 
 AttributeFilter (const AttributeName attribute_id, const std::vector< AttributeType > &constants)
 
virtual ~AttributeFilter ()
 
virtual bool match (const EventType &event) const override
 
virtual bool overlaps (const Predicate< EventType > *other_predicate) const override
 
template<typename OtherAttributeType >
bool overlaps (const AttributeFilter< EventType, OtherAttributeType > *) const
 
const std::vector< AttributeType > get_constants () const
 
AttributeName get_attribute_id () const
 
- Public Member Functions inherited from m2etis::pubsub::filter::Predicate< EventType >
virtual ~Predicate ()
 
virtual void Accept (FilterVisitor< EventType > &filter_visitor) const override
 
- Public Member Functions inherited from m2etis::pubsub::filter::FilterExp< EventType >
 FilterExp ()
 
virtual ~FilterExp ()
 
bool operator== (const FilterExp &other_filter) const
 
bool operator!= (const FilterExp &other_filter) const
 
size_t hash () const
 
virtual operator std::string () const
 
std::string toString ()
 

Friends

class boost::serialization::access
 

Detailed Description

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

Definition at line 63 of file AttributeTypeInformation.h.

Member Typedef Documentation

template<typename EventType, typename AttributeType>
typedef EventType m2etis::pubsub::filter::GreaterThanAttributeFilter< EventType, AttributeType >::schema

Definition at line 38 of file GreaterThanAttributeFilter.h.

Constructor & Destructor Documentation

template<typename EventType, typename AttributeType>
m2etis::pubsub::filter::GreaterThanAttributeFilter< EventType, AttributeType >::GreaterThanAttributeFilter ( )
inline

Definition at line 39 of file GreaterThanAttributeFilter.h.

template<typename EventType, typename AttributeType>
m2etis::pubsub::filter::GreaterThanAttributeFilter< EventType, AttributeType >::GreaterThanAttributeFilter ( const AttributeName  attribute_id,
const AttributeType &  constants 
)
inline

Definition at line 40 of file GreaterThanAttributeFilter.h.

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

Definition at line 41 of file GreaterThanAttributeFilter.h.

Member Function Documentation

template<typename EventType, typename AttributeType>
virtual void m2etis::pubsub::filter::GreaterThanAttributeFilter< EventType, AttributeType >::getAttributeType ( FilterVisitor< EventType > &  visitor) const
inlineoverridevirtual

Reimplemented from m2etis::pubsub::filter::AttributeFilter< EventType, AttributeType >.

Definition at line 43 of file GreaterThanAttributeFilter.h.

Here is the call graph for this function:

template<typename EventType, typename AttributeType>
virtual bool m2etis::pubsub::filter::GreaterThanAttributeFilter< EventType, AttributeType >::matchAttribute ( const AttributeType &  attribute) const
inlineoverridevirtual

Implements m2etis::pubsub::filter::AttributeFilter< EventType, AttributeType >.

Definition at line 48 of file GreaterThanAttributeFilter.h.

Here is the call graph for this function:

template<typename EventType, typename AttributeType>
virtual bool m2etis::pubsub::filter::GreaterThanAttributeFilter< EventType, AttributeType >::overlaps ( const AttributeFilter< EventType, AttributeType > *  other_filter) const
inlineoverridevirtual

Implements m2etis::pubsub::filter::AttributeFilter< EventType, AttributeType >.

Definition at line 54 of file GreaterThanAttributeFilter.h.

Here is the call graph for this function:

Friends And Related Function Documentation

template<typename EventType, typename AttributeType>
friend class boost::serialization::access
friend

Definition at line 76 of file GreaterThanAttributeFilter.h.


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