wibble  1.1
Public Member Functions | Protected Attributes | List of all members
wibble::MorphBase< W, Interface > Struct Template Reference

#include <amorph.h>

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

Public Member Functions

 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 ()
 
W & wrapped ()
 
- Public Member Functions inherited from wibble::MorphInterface< Interface >
virtual MorphInterfaceconstructCopy (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
 

Protected Attributes

m_wrapped
 

Constructor & Destructor Documentation

template<typename W, typename Interface>
wibble::MorphBase< W, Interface >::MorphBase ( const W &  w)
inline

Member Function Documentation

template<typename W, typename Interface>
template<typename _W >
EnableIf< IsPolymorphic< _W >, VirtualBase *>::T wibble::MorphBase< W, Interface >::virtualBase ( )
inlinevirtual
template<typename W, typename Interface>
template<typename _W >
EnableIf< TNot< IsPolymorphic< _W > >, VirtualBase *>::T wibble::MorphBase< W, Interface >::virtualBase ( )
inlinevirtual
template<typename W, typename Interface>
virtual VirtualBase* wibble::MorphBase< W, Interface >::virtualBase ( )
inlinevirtual
template<typename W, typename Interface>
W& wibble::MorphBase< W, Interface >::wrapped ( )
inline

Member Data Documentation

template<typename W, typename Interface>
W wibble::MorphBase< W, Interface >::m_wrapped
protected

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