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

Sequence constructor which takes the number of elements in the sequence. More...

#include <rtt/types/SequenceConstructor.hpp>

List of all members.

Public Types

typedef const T &( Signature )(int)

Public Member Functions

const T & operator() (int size) const

Public Attributes

boost::shared_ptr< T > ptr

Detailed Description

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

Sequence constructor which takes the number of elements in the sequence.

Definition at line 16 of file SequenceConstructor.hpp.


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