#include <empty.h>
Classes | |
class | const_iterator |
class | iterator |
Public Types | |
typedef T | value_type |
Public Member Functions | |
bool | empty () const |
size_t | size () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
typedef T wibble::Empty< T >::value_type |
iterator wibble::Empty< T >::begin | ( | ) | [inline] |
References wibble::iterator().
Referenced by TestEmpty::basic().
const_iterator wibble::Empty< T >::begin | ( | ) | const [inline] |
bool wibble::Empty< T >::empty | ( | ) | const [inline] |
const_iterator wibble::Empty< T >::end | ( | ) | const [inline] |
iterator wibble::Empty< T >::end | ( | ) | [inline] |
References wibble::iterator().
Referenced by TestEmpty::basic().
size_t wibble::Empty< T >::size | ( | ) | const [inline] |
Referenced by TestEmpty::basic().