Menu

object::UninitializedStoragePool< T, C, N, callDestructor >::Iterator Class Reference

Type definition of an iterator. More...

#include <UninitializedStoragePool.h>

Public Member Functions

value_typeoperator* () const

Detailed Description

template<typename T, template< typename, unsigned int, bool > class C, unsigned int N = 8, bool callDestructor = true>
class object::UninitializedStoragePool< T, C, N, callDestructor >::Iterator

Type definition of an iterator.


Member Function Documentation

template<typename T , template< typename, unsigned int, bool > class C, unsigned int N = 8, bool callDestructor = true>
value_type& object::UninitializedStoragePool< T, C, N, callDestructor >::Iterator::operator* (  )  const [inline]

Derefernece operator

Returns:
the content of the position the iterator is pointing at

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