m2etis  0.4
m2etis::util::Predicate< EventType > Class Template Reference

#include <Predicate.h>

Inheritance diagram for m2etis::util::Predicate< EventType >:
Inheritance graph

Public Member Functions

 Predicate (std::function< bool(M2etisMessage< EventType >)> x)
 
bool operator() (M2etisMessage< EventType > arg)
 

Detailed Description

template<typename EventType>
class m2etis::util::Predicate< EventType >

Definition at line 30 of file util/Predicate.h.

Constructor & Destructor Documentation

template<typename EventType >
m2etis::util::Predicate< EventType >::Predicate ( std::function< bool(M2etisMessage< EventType >)>  x)
inlineexplicit

Definition at line 34 of file util/Predicate.h.

Member Function Documentation

template<typename EventType >
bool m2etis::util::Predicate< EventType >::operator() ( M2etisMessage< EventType >  arg)
inline

<#description#>

Parameters
<parameter::>
Returns
<#retval#>
Exceptions
<::throws::>

Definition at line 44 of file util/Predicate.h.


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