Orocos Real-Time Toolkit  2.8.3
Public Types | Public Member Functions | Public Attributes | List of all members
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>

Inheritance diagram for RTT::types::sequence_ctor< T >:

Public Types

typedef const T &( Signature) (int)
 

Public Member Functions

 sequence_ctor ()
 
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.

Member Typedef Documentation

template<class T >
typedef const T&( RTT::types::sequence_ctor< T >::Signature) (int)

Definition at line 18 of file SequenceConstructor.hpp.

Constructor & Destructor Documentation

template<class T >
RTT::types::sequence_ctor< T >::sequence_ctor ( )
inline

Definition at line 20 of file SequenceConstructor.hpp.

Member Function Documentation

template<class T >
const T& RTT::types::sequence_ctor< T >::operator() ( int  size) const
inline

Definition at line 24 of file SequenceConstructor.hpp.

References RTT::types::sequence_ctor< T >::ptr.

Member Data Documentation

template<class T >
boost::shared_ptr<T> RTT::types::sequence_ctor< T >::ptr
mutable

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