RSB
0.7.0
|
#include <algorithm>
#include <iterator>
#include <boost/shared_ptr.hpp>
#include "ConverterSelectionStrategy.h"
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 | |
namespace | rsb |
namespace | rsb::converter |
Typedefs | |
typedef boost::shared_ptr < ConverterPredicate > | rsb::converter::ConverterPredicatePtr |