wibble 1.1
Public Types | Public Member Functions | List of all members
wibble::Morph< Self, W, Interface > Struct Template Reference

#include <amorph.h>

Inheritance diagram for wibble::Morph< Self, W, Interface >:
Inheritance graph
[legend]
Collaboration diagram for wibble::Morph< Self, W, Interface >:
Collaboration graph
[legend]

Public Types

typedef W Wrapped
 

Public Member Functions

 Morph (const Wrapped &w)
 
const Selfself () 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 Wrappedwrapped () const
 
Wrappedwrapped ()
 
virtual ~Morph ()
 
- Public Member Functions inherited from wibble::MorphBase< W, Interface >
 MorphBase (const W &w)
 
template<typename _W >
EnableIf< IsPolymorphic< _W >, VirtualBase * >::T virtualBase ()
 
template<typename _W >
EnableIf< TNot< IsPolymorphic< _W > >, VirtualBase * >::T virtualBase ()
 
virtual VirtualBasevirtualBase ()
 
Wwrapped ()
 
- Public Member Functions inherited from wibble::MorphInterface< Interface >
virtual ~MorphInterface ()
 
- Public Member Functions inherited from wibble::mixin::Comparable< Morph< Self, W, Interface > >
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
 
- Public Member Functions inherited from wibble::MorphAllocator
voidoperator new (size_t bytes, void *where, unsigned available)
 
voidoperator new (size_t bytes)
 

Additional Inherited Members

- Protected Attributes inherited from wibble::MorphBase< W, Interface >
W m_wrapped
 

Member Typedef Documentation

◆ Wrapped

template<typename Self , typename W , typename Interface >
typedef W wibble::Morph< Self, W, Interface >::Wrapped

Constructor & Destructor Documentation

◆ Morph()

template<typename Self , typename W , typename Interface >
wibble::Morph< Self, W, Interface >::Morph ( const Wrapped w)
inline

◆ ~Morph()

template<typename Self , typename W , typename Interface >
virtual wibble::Morph< Self, W, Interface >::~Morph ( )
inlinevirtual

Member Function Documentation

◆ constructCopy()

template<typename Self , typename W , typename Interface >
virtual MorphInterface< Interface > * wibble::Morph< Self, W, Interface >::constructCopy ( void where,
unsigned int  available 
) const
inlinevirtual

◆ destroy()

template<typename Self , typename W , typename Interface >
virtual void wibble::Morph< Self, W, Interface >::destroy ( unsigned int  available)
inlinevirtual

◆ leq()

template<typename Self , typename W , typename Interface >
virtual bool wibble::Morph< Self, W, Interface >::leq ( const MorphInterface< Interface > *  _o) const
inlinevirtual

◆ operator<=()

template<typename Self , typename W , typename Interface >
bool wibble::Morph< Self, W, Interface >::operator<= ( const Morph< Self, W, Interface > &  o) const
inline

◆ self()

template<typename Self , typename W , typename Interface >
const Self & wibble::Morph< Self, W, Interface >::self ( ) const
inline

◆ wrapped() [1/2]

template<typename Self , typename W , typename Interface >
Wrapped & wibble::Morph< Self, W, Interface >::wrapped ( )
inline

◆ wrapped() [2/2]

template<typename Self , typename W , typename Interface >
const Wrapped & wibble::Morph< Self, W, Interface >::wrapped ( ) const
inline

The documentation for this struct was generated from the following file: