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

#include <SequenceConstructor.hpp>

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

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
 
 sequence_ctor2 ()
 

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

Member Typedef Documentation

template<class T >
typedef const T&( RTT::types::sequence_ctor2< T >::Signature) (int, typename T::value_type)

Definition at line 131 of file SequenceConstructor.hpp.

Constructor & Destructor Documentation

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

Definition at line 133 of file SequenceConstructor.hpp.

Member Function Documentation

template<class T >
const T& RTT::types::sequence_ctor2< T >::operator() ( int  size,
typename T::value_type  value 
) const
inline

Definition at line 137 of file SequenceConstructor.hpp.

Member Data Documentation

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

Definition at line 132 of file SequenceConstructor.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:48