RSB  0.17.0
rsb::filter Namespace Reference

Classes

class  CauseFilter
 This filter matches events in which a particular cause is present. More...
 
class  Filter
 A filter filters an event stream by removing unwanted events. More...
 
class  FilterAction
 A class to encapsulate enum constants that specify changes of a Filter for FilterObserver instances. More...
 
class  FilterObserver
 
class  MethodFilter
 This filter matches events based on the value of their method field. More...
 
class  OriginFilter
 This filter matches events that originate from a particular participant. More...
 
class  ScopeFilter
 
class  TypeFilter
 This filter matches events based on the data type of their payload. More...
 

Typedefs

typedef boost::shared_ptr< FilterFilterPtr
 
typedef boost::shared_ptr< FilterObserverFilterObserverPtr
 

Typedef Documentation

typedef boost::shared_ptr< FilterObserver > rsb::filter::FilterObserverPtr

Definition at line 38 of file Filter.h.

typedef boost::shared_ptr< Filter > rsb::filter::FilterPtr

Definition at line 41 of file EventReceivingStrategy.h.