Public Types | Public Member Functions | Public Attributes | List of all members
RTT::types::sequence_ctor< T > Struct Template Reference

#include <SequenceConstructor.hpp>

Inheritance diagram for RTT::types::sequence_ctor< T >:
Inheritance graph
[legend]

Public Types

typedef const T &( Signature) (int)
 

Public Member Functions

const T & operator() (int size) const
 
 sequence_ctor ()
 

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 54 of file SequenceConstructor.hpp.

Member Typedef Documentation

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

Definition at line 56 of file SequenceConstructor.hpp.

Constructor & Destructor Documentation

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

Definition at line 58 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 62 of file SequenceConstructor.hpp.

Member Data Documentation

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

Definition at line 57 of file SequenceConstructor.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:46