#include <CreateSequence.hpp>
| Public Types | |
| typedef bf::vector | atype | 
| typedef bf::vector | data_type | 
| typedef bf::vector | type | 
| Static Public Member Functions | |
| static atype | assignable (std::vector< base::DataSourceBase::shared_ptr >::const_iterator args, int argnbr=0) | 
| static type | copy (const type &seq, std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) | 
| static data_type | data (const type &seq) | 
| static std::string | GetType (int i) | 
| static const types::TypeInfo * | GetTypeInfo (int i) | 
| static void | set (const data_type &in, const atype &seq) | 
| static type | sources (std::vector< base::DataSourceBase::shared_ptr >::const_iterator args, int argnbr=0) | 
| static void | update (const type &seq) | 
Definition at line 423 of file CreateSequence.hpp.
| typedef bf::vector RTT::internal::create_sequence_impl< List, 0 >::atype | 
Definition at line 430 of file CreateSequence.hpp.
| typedef bf::vector RTT::internal::create_sequence_impl< List, 0 >::data_type | 
Definition at line 425 of file CreateSequence.hpp.
| typedef bf::vector RTT::internal::create_sequence_impl< List, 0 >::type | 
Definition at line 428 of file CreateSequence.hpp.
| static atype RTT::internal::create_sequence_impl< List, 0 >::assignable | ( | std::vector< base::DataSourceBase::shared_ptr >::const_iterator | args, | 
| int | argnbr = 0 | ||
| ) |  [inline, static] | 
Definition at line 437 of file CreateSequence.hpp.
| static type RTT::internal::create_sequence_impl< List, 0 >::copy | ( | const type & | seq, | 
| std::map< const base::DataSourceBase *, base::DataSourceBase * > & | alreadyCloned | ||
| ) |  [inline, static] | 
Copies a sequence of DataSource<T>::shared_ptr according to the copy/clone semantics of data sources.
| seq | A Fusion Sequence of DataSource<T>::shared_ptr | 
| alreadyCloned | the copy/clone map | 
Definition at line 468 of file CreateSequence.hpp.
| static data_type RTT::internal::create_sequence_impl< List, 0 >::data | ( | const type & | seq | ) |  [inline, static] | 
Returns the data contained in the data source as a Fusion Sequence.
| seq | A Fusion Sequence of DataSource<T> types. | 
Definition at line 448 of file CreateSequence.hpp.
| static std::string RTT::internal::create_sequence_impl< List, 0 >::GetType | ( | int | i | ) |  [inline, static] | 
Definition at line 476 of file CreateSequence.hpp.
| static const types::TypeInfo* RTT::internal::create_sequence_impl< List, 0 >::GetTypeInfo | ( | int | i | ) |  [inline, static] | 
Definition at line 473 of file CreateSequence.hpp.
| static void RTT::internal::create_sequence_impl< List, 0 >::set | ( | const data_type & | in, | 
| const atype & | seq | ||
| ) |  [inline, static] | 
Definition at line 456 of file CreateSequence.hpp.
| static type RTT::internal::create_sequence_impl< List, 0 >::sources | ( | std::vector< base::DataSourceBase::shared_ptr >::const_iterator | args, | 
| int | argnbr = 0 | ||
| ) |  [inline, static] | 
Definition at line 432 of file CreateSequence.hpp.
| static void RTT::internal::create_sequence_impl< List, 0 >::update | ( | const type & | seq | ) |  [inline, static] | 
Definition at line 452 of file CreateSequence.hpp.