nub::objectdb::casting_iterator< T > Class Template Reference
A filtering iterator class; only exposes objects matching a given type.
More...
#include <nub/objdb.h>
List of all members.
|
Public Member Functions |
| casting_iterator (const iterator &begin) |
casting_iterator & | operator++ () |
bool | at_end () const |
bool | is_valid () const |
T * | operator* () const |
T * | operator-> () const |
Detailed Description
template<class T>
class nub::objectdb::casting_iterator< T >
A filtering iterator class; only exposes objects matching a given type.
Definition at line 106 of file objdb.h.
The documentation for this class was generated from the following file: