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

#include <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
 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 90 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 93 of file SequenceConstructor.hpp.


Constructor & Destructor Documentation

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

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


Member Data Documentation

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

Definition at line 94 of file SequenceConstructor.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Thu Jan 2 2014 11:35:45