wibble 0.1.28
Public Member Functions
wibble::RangeInterface< T > Struct Template Reference

#include <range.h>

Inheritance diagram for wibble::RangeInterface< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual T head () const =0
virtual void removeFirst ()=0
virtual void setToEmpty ()=0
virtual ~RangeInterface ()

template<typename T>
struct wibble::RangeInterface< T >


Constructor & Destructor Documentation

template<typename T >
virtual wibble::RangeInterface< T >::~RangeInterface ( ) [inline, virtual]

Member Function Documentation

template<typename T >
virtual T wibble::RangeInterface< T >::head ( ) const [pure virtual]
template<typename T >
virtual void wibble::RangeInterface< T >::removeFirst ( ) [pure virtual]
template<typename T >
virtual void wibble::RangeInterface< T >::setToEmpty ( ) [pure virtual]

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