An interface implemented by all morph classes. More...
#include <amorph.h>
Public Member Functions | |
| virtual VirtualBase * | virtualBase () |
| virtual MorphInterface * | constructCopy (void *where=0, unsigned int available=0) const =0 |
| virtual void | destroy (unsigned int available=0)=0 |
| virtual | ~MorphInterface () |
| virtual bool | leq (const MorphInterface *) const =0 |
An interface implemented by all morph classes.
| virtual wibble::MorphInterface< Interface >::~MorphInterface | ( | ) | [inline, virtual] |
| virtual MorphInterface* wibble::MorphInterface< Interface >::constructCopy | ( | void * | where = 0, |
|
| unsigned int | available = 0 | |||
| ) | const [pure virtual] |
Implemented in wibble::Morph< Self, W, Interface >, wibble::Morph< ConsumerMorph< T, W >, W, ConsumerInterface< T > >, wibble::Morph< RangeMorph< T, W >, W, RangeInterface< T > >, and wibble::Morph< IteratorMorph< T, W >, W, IteratorInterface< T > >.
Referenced by wibble::Amorph< Range< T >, RangeInterface< T > >::setMorphInterfacePointer().
| virtual void wibble::MorphInterface< Interface >::destroy | ( | unsigned int | available = 0 |
) | [pure virtual] |
| virtual bool wibble::MorphInterface< Interface >::leq | ( | const MorphInterface< Interface > * | ) | const [pure virtual] |
Implemented in wibble::Morph< Self, W, Interface >.
| virtual VirtualBase* wibble::MorphInterface< Interface >::virtualBase | ( | ) | [inline, virtual] |
Reimplemented in wibble::MorphBase< W, Interface >, wibble::MorphBase< W, Interface >, wibble::MorphBase< W, Interface >, wibble::MorphBase< W, RangeInterface< T > >, wibble::MorphBase< W, RangeInterface< T > >, wibble::MorphBase< W, RangeInterface< T > >, wibble::MorphBase< W, IteratorInterface< T > >, wibble::MorphBase< W, IteratorInterface< T > >, wibble::MorphBase< W, IteratorInterface< T > >, wibble::MorphBase< W, ConsumerInterface< T > >, wibble::MorphBase< W, ConsumerInterface< T > >, and wibble::MorphBase< W, ConsumerInterface< T > >.
1.6.3