RSB
0.7.0
|
A predicate that unconditionally causes its associated Converter to be selected. More...
#include <PredicateConverterList.h>
Public Member Functions | |
bool | match (const std::string &) const |
Return true if the Converter associated to this predicate should be selected for key. | |
std::string | getClassName () const |
void | printContents (std::ostream &) const |
Public Member Functions inherited from rsb::converter::ConverterPredicate | |
virtual | ~ConverterPredicate () |
A predicate that unconditionally causes its associated Converter to be selected.
Definition at line 73 of file PredicateConverterList.h.
|
inline |
Definition at line 79 of file PredicateConverterList.h.
|
inlinevirtual |
Return true
if the Converter associated to this predicate should be selected for key.
key | Depending on the context, either a wire-schema or a data-type for which a converter has to be selected. |
true
if the associated converter should be selected; false
otherwise. Implements rsb::converter::ConverterPredicate.
Definition at line 75 of file PredicateConverterList.h.
|
inline |
Definition at line 83 of file PredicateConverterList.h.