Public Member Functions

Fiber::TypedIterator< T > Class Template Reference

List of all members.

Public Member Functions

template<class T>
class Fiber::TypedIterator< T >


Member Function Documentation

template<class T>
CreativeIterator<T>& Fiber::TypedIterator< T >::operator* (  )  const [inline]

Retrieve an iterator to the underlying data, if possible.

If not, some assertions() are issued in debug mode. In optimize mode, this function will just crash, so it may only be called if the boolean evaluation of this TypedIterator has returned true.