An iterator with an optional DataCreator.
More...
#include <CreativeIterator.hpp>
List of all members.
Public Types
-
typedef MetaInfo< T >::element_t component_t
-
typedef FixedArray
< component_t, MetaInfo< T >
::MULTIPLICITY > FixedArray_t
-
typedef META::IF< MetaInfo< T >
::MULTIPLICITY==1, component_t,
FixedArray_t >::result ValueBase_t
-
typedef META::IF< MetaInfo< T >
::MULTIPLICITY==1, void,
FixedArray_t >::result FixedArrayBase_t
- If the type has a non-zero multiplicity, then there exists an associated base class of fixed arrays.
-
typedef Eagle::Vector
< component_t, MetaInfo< T >
::MULTIPLICITY > VectorArray_t
-
typedef META::IF< MetaInfo< T >
::RANK==0, void, VectorArray_t >
::result VectorArrayBase_t
- If the type has a non-zero rank, then there exists an associated base class of vectors.
Public Member Functions
Protected Attributes
Detailed Description
template<class T>
class Fiber::CreativeIterator< T >
An iterator with an optional DataCreator.
- Examples:
-
CreatorExample.cpp.