1 #ifndef __JLANG__JSTDOBJECTITERATOR__
2 #define __JLANG__JSTDOBJECTITERATOR__
17 namespace JPP {
using namespace JLANG; }
27 !JClass<typename T::reference>::is_constant>::value_type>
29 typedef typename JCategory<
typename T::value_type,
Interface for object iteration with rewinding.
unsigned int skip_type
Type definition for number of objects to skip.
JSTDObjectIterator()
Default constructor.
virtual bool hasNext()
Check availability of next element.
JCategory< typename T::value_type,!JClass< typename T::reference >::is_constant >::value_type value_type
virtual void rewind()
Rewind.
Implementation of object iteration from STD container.
counter_type advance(counter_type &counter, const counter_type value, const counter_type limit=std::numeric_limits< counter_type >::max())
Advance counter.
JSTDObjectIterator(T begin, T end)
Constructor.
Template for generic class types.
virtual const pointer_type & next()
Get next element.
JRewindableObjectIterator< value_type >::pointer_type pointer_type
virtual skip_type skip(const skip_type ns)
Skip items.
Auxiliary class to define value, reference and pointer types for given data type and category...