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

#include <OrExp.h>

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

 OrExp ()
 
 OrExp (const boost::shared_ptr< FilterExp< EventType >> op1, const boost::shared_ptr< FilterExp< EventType >> op2)
 
virtual ~OrExp ()
 
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::OrExp< EventType >

Definition at line 32 of file OrExp.h.

Member Typedef Documentation

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

Definition at line 34 of file OrExp.h.

Constructor & Destructor Documentation

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

Definition at line 35 of file OrExp.h.

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

Definition at line 36 of file OrExp.h.

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

Definition at line 37 of file OrExp.h.

Member Function Documentation

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

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

Definition at line 39 of file OrExp.h.

Here is the call graph for this function:

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

Definition at line 45 of file OrExp.h.

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

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

Definition at line 51 of file OrExp.h.

Friends And Related Function Documentation

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

Definition at line 73 of file OrExp.h.


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