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

#include <iterator.h>

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

Public Types

typedef W Wrapped
 
- Public Types inherited from wibble::Morph< IteratorMorph< T, W >, W, IteratorInterface< T > >
typedef W Wrapped
 

Public Member Functions

 IteratorMorph ()
 
 IteratorMorph (const Wrapped &w)
 
virtual void advance ()
 
virtual T current () const
 
- Public Member Functions inherited from wibble::Morph< IteratorMorph< T, W >, W, IteratorInterface< T > >
 Morph (const Wrapped &w)
 
const IteratorMorph< T, W > & self () const
 
bool operator<= (const Morph &o) const
 
virtual bool leq (const MorphInterface< IteratorInterface< T > > *_o) const
 
virtual MorphInterface< IteratorInterface< 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, 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 ()
 
W & wrapped ()
 
- Public Member Functions inherited from wibble::MorphInterface< Interface >
virtual ~MorphInterface ()
 
virtual bool leq (const MorphInterface *) const =0
 
- Public Member Functions inherited from wibble::mixin::Comparable< Self >
const Self & cmpSelf () const
 
bool operator!= (const Self &o) const
 
bool operator== (const Self &o) const
 
bool operator< (const Self &o) const
 
bool operator> (const Self &o) const
 
bool operator>= (const Self &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, Interface >
m_wrapped
 

Member Typedef Documentation

◆ Wrapped

template<typename T , typename W >
typedef W wibble::IteratorMorph< T, W >::Wrapped

Constructor & Destructor Documentation

◆ IteratorMorph() [1/2]

template<typename T , typename W >
wibble::IteratorMorph< T, W >::IteratorMorph ( )
inline

◆ IteratorMorph() [2/2]

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

Member Function Documentation

◆ advance()

template<typename T , typename W >
virtual void wibble::IteratorMorph< T, W >::advance ( )
inlinevirtual

◆ current()

template<typename T , typename W >
virtual T wibble::IteratorMorph< T, W >::current ( ) const
inlinevirtual

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