wibble
1.1
|
#include <iterator.h>
Public Types | |
typedef W | Wrapped |
![]() | |
typedef W | Wrapped |
Public Member Functions | |
IteratorMorph () | |
IteratorMorph (const Wrapped &w) | |
virtual void | advance () |
virtual T | current () const |
![]() | |
Morph (const Wrapped &w) | |
const IteratorMorph< T, W > & | self () const |
bool | operator<= (const Morph &o) const |
virtual bool | leq (const MorphInterface< IteratorInterface< T > > *_o) const |
virtual MorphInterface< IteratorInterface< T > > * | constructCopy (void *where, unsigned int available) const |
virtual void | destroy (unsigned int available) |
const Wrapped & | wrapped () const |
Wrapped & | wrapped () |
virtual | ~Morph () |
![]() | |
MorphBase (const W &w) | |
template<typename _W > | |
EnableIf< IsPolymorphic< _W >, VirtualBase * >::T | virtualBase () |
template<typename _W > | |
EnableIf< TNot< IsPolymorphic< _W > >, VirtualBase * >::T | virtualBase () |
virtual VirtualBase * | virtualBase () |
W & | wrapped () |
![]() | |
virtual | ~MorphInterface () |
virtual bool | leq (const MorphInterface *) const =0 |
![]() | |
const Self & | cmpSelf () const |
bool | operator!= (const Self &o) const |
bool | operator== (const Self &o) const |
bool | operator< (const Self &o) const |
bool | operator> (const Self &o) const |
bool | operator>= (const Self &o) const |
![]() | |
void * | operator new (size_t bytes, void *where, unsigned available) |
void * | operator new (size_t bytes) |
Additional Inherited Members | |
![]() | |
W | m_wrapped |
typedef W wibble::IteratorMorph< T, W >::Wrapped |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |