RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PredicateConverterList.h File Reference
#include <algorithm>
#include <iterator>
#include <boost/shared_ptr.hpp>
#include "ConverterSelectionStrategy.h"
Include dependency graph for PredicateConverterList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::converter::ConverterPredicate
 Implementations of this interface can be used to perform Converter selection based on predicate evaluation. More...
 
class  rsb::converter::AlwaysApplicable
 A predicate that unconditionally causes its associated Converter to be selected. More...
 
class  rsb::converter::PredicateConverterList< WireType >
 Objects of this class are used to perform Converter selection via a chain-of-responsibility strategy. More...
 

Namespaces

 rsb
 
 rsb::converter
 

Typedefs

typedef boost::shared_ptr
< ConverterPredicate > 
rsb::converter::ConverterPredicatePtr