wibble  0.1.28
Public Types | Public Member Functions | List of all members
wibble::RangeMorph< T, W > Struct Template Reference

#include <range.h>

Inheritance diagram for wibble::RangeMorph< T, W >:
Inheritance graph
[legend]
Collaboration diagram for wibble::RangeMorph< T, W >:
Collaboration graph
[legend]

Public Types

typedef W::RangeImplementation Wrapped
- Public Types inherited from wibble::Morph< RangeMorph< T, W >, W, RangeInterface< T > >
typedef W Wrapped

Public Member Functions

 RangeMorph (const Wrapped &w)
virtual void setToEmpty ()
virtual void removeFirst ()
virtual T head () const
- Public Member Functions inherited from wibble::Morph< RangeMorph< T, W >, W, RangeInterface< T > >
 Morph (const Wrapped &w)
const RangeMorph< T, W > & self () const
bool operator<= (const Morph &o) const
virtual bool leq (const MorphInterface< RangeInterface< T > > *_o) const
virtual MorphInterface
< RangeInterface< T > > * 
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, RangeInterface< T > >
 MorphBase (const W &w)
EnableIf< IsPolymorphic< _W >
, VirtualBase * >::T 
virtualBase ()
EnableIf< TNot< IsPolymorphic
< _W > >, VirtualBase * >::T 
virtualBase ()
virtual VirtualBasevirtualBase ()
- Public Member Functions inherited from wibble::MorphInterface< RangeInterface< T > >
virtual ~MorphInterface ()
virtual bool leq (const MorphInterface *) const =0
- Public Member Functions inherited from wibble::RangeInterface< T >
virtual ~RangeInterface ()
- Public Member Functions inherited from wibble::mixin::Comparable< Morph< RangeMorph< T, W >, W, RangeInterface< T > > >
const Morph< RangeMorph< T, W >
, W, RangeInterface< T > > & 
cmpSelf () const
bool operator!= (const Morph< RangeMorph< T, W >, W, RangeInterface< T > > &o) const
bool operator== (const Morph< RangeMorph< T, W >, W, RangeInterface< T > > &o) const
bool operator< (const Morph< RangeMorph< T, W >, W, RangeInterface< T > > &o) const
bool operator> (const Morph< RangeMorph< T, W >, W, RangeInterface< T > > &o) const
bool operator>= (const Morph< RangeMorph< T, W >, W, RangeInterface< T > > &o) const
- Public Member Functions inherited from wibble::MorphAllocator
void * operator new (size_t bytes, void *where, unsigned available)
void * operator new (size_t bytes)

Additional Inherited Members

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

Member Typedef Documentation

template<typename T , typename W >
typedef W::RangeImplementation wibble::RangeMorph< T, W >::Wrapped

Constructor & Destructor Documentation

template<typename T , typename W >
wibble::RangeMorph< T, W >::RangeMorph ( const Wrapped w)
inline

Member Function Documentation

template<typename T , typename W >
virtual T wibble::RangeMorph< T, W >::head ( ) const
inlinevirtual
template<typename T , typename W >
virtual void wibble::RangeMorph< T, W >::removeFirst ( )
inlinevirtual
template<typename T , typename W >
virtual void wibble::RangeMorph< T, W >::setToEmpty ( )
inlinevirtual

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