#include <amorph.h>
|
| Morph (const Wrapped &w) |
|
const Self & | self () const |
|
bool | operator<= (const Morph &o) const |
|
virtual bool | leq (const MorphInterface< Interface > *_o) const |
|
virtual MorphInterface< Interface > * | 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 () |
|
const Morph< Self, W, Interface > & | cmpSelf () const |
|
bool | operator!= (const Morph< Self, W, Interface > &o) const |
|
bool | operator== (const Morph< Self, W, Interface > &o) const |
|
bool | operator< (const Morph< Self, W, Interface > &o) const |
|
bool | operator> (const Morph< Self, W, Interface > &o) const |
|
bool | operator>= (const Morph< Self, W, Interface > &o) const |
|
void * | operator new (size_t bytes, void *where, unsigned available) |
|
void * | operator new (size_t bytes) |
|
◆ Wrapped
◆ Morph()
◆ ~Morph()
◆ constructCopy()
◆ destroy()
◆ leq()
◆ operator<=()
◆ self()
◆ wrapped() [1/2]
◆ wrapped() [2/2]
The documentation for this struct was generated from the following file: