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) |
EnableIf< IsPolymorphic< _W >
, VirtualBase * >::T | virtualBase () |
EnableIf< TNot< IsPolymorphic
< _W > >, VirtualBase * >::T | virtualBase () |
virtual VirtualBase * | virtualBase () |
virtual | ~MorphInterface () |
virtual bool | leq (const MorphInterface *) const =0 |
virtual | ~IteratorInterface () |
const Morph< IteratorMorph< T,
W >, W, IteratorInterface< T > > & | cmpSelf () const |
bool | operator!= (const Morph< IteratorMorph< T, W >, W, IteratorInterface< T > > &o) const |
bool | operator== (const Morph< IteratorMorph< T, W >, W, IteratorInterface< T > > &o) const |
bool | operator< (const Morph< IteratorMorph< T, W >, W, IteratorInterface< T > > &o) const |
bool | operator> (const Morph< IteratorMorph< T, W >, W, IteratorInterface< T > > &o) const |
bool | operator>= (const Morph< IteratorMorph< T, W >, W, IteratorInterface< T > > &o) const |
void * | operator new (size_t bytes, void *where, unsigned available) |
void * | operator new (size_t bytes) |