RSC  0.17.1
rsc::threading::OrderedQueueDispatcherPool< M, R >::TrueFilter Class Reference

A filter that accepts every message. More...

Inheritance diagram for rsc::threading::OrderedQueueDispatcherPool< M, R >::TrueFilter:
Inheritance graph
Collaboration diagram for rsc::threading::OrderedQueueDispatcherPool< M, R >::TrueFilter:
Collaboration graph

Public Member Functions

bool filter (boost::shared_ptr< R > &, const M &)
 A function that filters a message for a receiver. More...
 
- Public Member Functions inherited from rsc::threading::OrderedQueueDispatcherPool< M, R >::FilterHandler
virtual ~FilterHandler ()
 

Detailed Description

template<class M, class R>
class rsc::threading::OrderedQueueDispatcherPool< M, R >::TrueFilter

A filter that accepts every message.

Author
jwienke

Definition at line 142 of file OrderedQueueDispatcherPool.h.

Member Function Documentation

template<class M , class R >
bool rsc::threading::OrderedQueueDispatcherPool< M, R >::TrueFilter::filter ( boost::shared_ptr< R > &  receiver,
const M &  message 
)
inlinevirtual

A function that filters a message for a receiver.

Parameters
receiverreceiver to filter for
messagemessage to filter
Returns
If true is returned, the message is acceptable for the receiver, else it will not be delivered.

Implements rsc::threading::OrderedQueueDispatcherPool< M, R >::FilterHandler.

Definition at line 144 of file OrderedQueueDispatcherPool.h.


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