Orocos Real-Time Toolkit  2.5.0
Public Types | Public Member Functions | Public Attributes
RTT::types::sequence_ctor2< T > Struct Template Reference

Constructs a sequence from the number of elements and a prototype element for these elements. More...

#include <rtt/types/SequenceConstructor.hpp>

List of all members.

Public Types

typedef const T &( Signature )(int, typename T::value_type)

Public Member Functions

const T & operator() (int size, typename T::value_type value) const

Public Attributes

boost::shared_ptr< T > ptr

Detailed Description

template<class T>
struct RTT::types::sequence_ctor2< T >

Constructs a sequence from the number of elements and a prototype element for these elements.

Usage: sequence_ctor2<std::vector<Foo> >()

Definition at line 90 of file SequenceConstructor.hpp.


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