#include <iterator.h>
|
| 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 () |
|
W & | wrapped () |
|
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) |
|
◆ Wrapped
template<typename T , typename W >
◆ IteratorMorph() [1/2]
template<typename T , typename W >
◆ IteratorMorph() [2/2]
template<typename T , typename W >
◆ advance()
template<typename T , typename W >
◆ current()
template<typename T , typename W >
The documentation for this struct was generated from the following file: