m2etis  0.4
m2etis::pubsub::filter::AndExp< EventType > Class Template Reference

#include <AndExp.h>

Inheritance diagram for m2etis::pubsub::filter::AndExp< EventType >:
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

 AndExp (const boost::shared_ptr< FilterExp< EventType >> op1, const boost::shared_ptr< FilterExp< EventType >> op2)
 
virtual ~AndExp ()
 
 AndExp ()
 
virtual void Accept (FilterVisitor< EventType > &filter_visitor) const override
 
virtual operator boost::shared_ptr< FilterExp< EventType >> () const
 
virtual operator std::string () 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
 
std::string toString ()
 

Friends

class boost::serialization::access
 

Detailed Description

template<typename EventType>
class m2etis::pubsub::filter::AndExp< EventType >

Definition at line 34 of file AndExp.h.

Member Typedef Documentation

template<typename EventType >
typedef EventType m2etis::pubsub::filter::AndExp< EventType >::schema

Definition at line 36 of file AndExp.h.

Constructor & Destructor Documentation

template<typename EventType >
m2etis::pubsub::filter::AndExp< EventType >::AndExp ( const boost::shared_ptr< FilterExp< EventType >>  op1,
const boost::shared_ptr< FilterExp< EventType >>  op2 
)
inline

Definition at line 37 of file AndExp.h.

template<typename EventType >
virtual m2etis::pubsub::filter::AndExp< EventType >::~AndExp ( )
inlinevirtual

Definition at line 38 of file AndExp.h.

template<typename EventType >
m2etis::pubsub::filter::AndExp< EventType >::AndExp ( )
inline

Definition at line 39 of file AndExp.h.

Member Function Documentation

template<typename EventType >
virtual void m2etis::pubsub::filter::AndExp< EventType >::Accept ( FilterVisitor< EventType > &  filter_visitor) const
inlineoverridevirtual

Reimplemented from m2etis::pubsub::filter::FilterExp< EventType >.

Definition at line 41 of file AndExp.h.

Here is the call graph for this function:

template<typename EventType >
virtual m2etis::pubsub::filter::AndExp< EventType >::operator boost::shared_ptr< FilterExp< EventType >> ( ) const
inlinevirtual

Definition at line 47 of file AndExp.h.

template<typename EventType >
virtual m2etis::pubsub::filter::AndExp< EventType >::operator std::string ( ) const
inlineoverridevirtual

Reimplemented from m2etis::pubsub::filter::FilterExp< EventType >.

Definition at line 52 of file AndExp.h.

Friends And Related Function Documentation

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

Definition at line 74 of file AndExp.h.


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