Orocos Real-Time Toolkit  2.6.0
Static Public Member Functions
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>

List of all members.

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.


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