$search
#include "DataSource.hpp"
#include "CreateSequence.hpp"
#include <boost/fusion/include/cons.hpp>
#include <boost/fusion/include/front.hpp>
#include <boost/fusion/include/vector.hpp>
#include <vector>
#include <boost/mpl/front.hpp>
#include <boost/mpl/pop_front.hpp>
#include <boost/mpl/print.hpp>
#include <boost/fusion/mpl.hpp>
#include <boost/utility/enable_if.hpp>
#include "Exceptions.hpp"
#include "../FactoryExceptions.hpp"
#include "mystd.hpp"
#include <iostream>
#include "../SendStatus.hpp"
#include "BindStorage.hpp"
#include <boost/bind.hpp>
#include <boost/type_traits.hpp>
#include <boost/function.hpp>
#include <boost/function_types/function_type.hpp>
#include <boost/fusion/include/invoke.hpp>
#include <boost/fusion/include/invoke_procedure.hpp>
#include <boost/mpl/bool.hpp>
Go to the source code of this file.
Classes | |
struct | RTT::internal::FusedFunctorDataSource< Signature, Enable > |
struct | RTT::internal::FusedFunctorDataSource< Signature, typename boost::enable_if< is_pure_reference< typename boost::function_traits< Signature >::result_type > >::type > |
struct | RTT::internal::FusedMCallDataSource< Signature > |
struct | RTT::internal::FusedMCollectDataSource< Signature > |
struct | RTT::internal::FusedMSendDataSource< Signature > |
struct | RTT::internal::FusedMSignal< Signature > |
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
namespace | RTT::internal |
Functions | |
template<class Function > | |
base::DataSourceBase * | RTT::internal::newFunctorDataSource (Function f, const std::vector< base::DataSourceBase::shared_ptr > &args) |