DataSourceGenerator.hpp File Reference
#include "DataSources.hpp"
#include <boost/utility/enable_if.hpp>
#include <boost/ref.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/type_traits/remove_pointer.hpp>
Go to the source code of this file.
Classes |
struct | RTT::internal::DSWrap< T, Enable > |
struct | RTT::internal::DSWrap< boost::intrusive_ptr< T >, typename boost::enable_if< boost::is_base_of< base::DataSourceBase, typename boost::remove_pointer< T >::type > >::type > |
struct | RTT::internal::DSWrap< T, typename boost::enable_if< boost::is_base_of< base::DataSourceBase, typename boost::remove_pointer< T >::type > >::type > |
struct | RTT::internal::DSWrap< T, typename boost::enable_if< boost::is_reference< T > >::type > |
struct | RTT::internal::DSWrap< T, typename boost::enable_if< boost::is_reference_wrapper< T > >::type > |
struct | RTT::internal::GenerateDataSource |
Namespaces |
namespace | RTT |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
|
namespace | RTT::internal |