Orocos Real-Time Toolkit  2.8.3
Static Public Member Functions | List of all members
RTT::internal::AssignHelper< Seq, Data, Enable > Struct Template Reference

Helper class for avoiding assigning a bare pointer to a shared_ptr data source. More...

#include <rtt/internal/CreateSequence.hpp>

Static Public Member Functions

static void set (Seq seq, Data in)
 

Detailed Description

template<class Seq, class Data, class Enable = void>
struct RTT::internal::AssignHelper< Seq, Data, Enable >

Helper class for avoiding assigning a bare pointer to a shared_ptr data source.

Used in create_sequence::set() to ignore the shared_ptr;

Definition at line 93 of file CreateSequence.hpp.

Member Function Documentation

template<class Seq , class Data , class Enable = void>
static void RTT::internal::AssignHelper< Seq, Data, Enable >::set ( Seq  seq,
Data  in 
)
inlinestatic

The documentation for this struct was generated from the following file: