jigdo API
Last update by Admin on 2010-05-23
IList< T > Class Template Reference
The list object. More...
#include <ilist.hh>
Public Types | |
typedef unsigned | size_type |
typedef T | value_type |
typedef T & | reference |
typedef const T & | const_reference |
Public Member Functions | |
IList () | |
~IList () | |
Releases all member objects from the list, does not delete them. | |
bool | empty () const |
void | push_back (T &x) |
void | push_front (T &x) |
T & | front () const |
T & | back () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Friends | |
class | iterator |
class | const_iterator |
Classes | |
class | const_iterator |
const_iterator for an IList object More... | |
class | iterator |
iterator for an IList object More... |
Detailed Description
template<class T>
class IList< T >
The list object.
Member Typedef Documentation
template<class T>
typedef T IList< T >::value_type |
template<class T>
typedef const T& IList< T >::const_reference |
Constructor & Destructor Documentation
Releases all member objects from the list, does not delete them.
Member Function Documentation
template<class T>
bool IList< T >::empty | ( | ) | const [inline] |
Referenced by IOSource< Job::MakeImageDl::IO >::empty(), and AutoNullPtrBase< T >::~AutoNullPtrBase().
template<class T>
void IList< T >::push_back | ( | T & | x | ) | [inline] |
Referenced by Job::MakeImageDl::Child::Child().
template<class T>
void IList< T >::push_front | ( | T & | x | ) | [inline] |
Referenced by IOSource< Job::MakeImageDl::IO >::addListener().
template<class T>
T& IList< T >::front | ( | ) | const [inline] |
Referenced by AutoNullPtrBase< T >::~AutoNullPtrBase().
template<class T>
T& IList< T >::back | ( | ) | const [inline] |
template<class T>
const_iterator IList< T >::begin | ( | ) | const [inline] |
template<class T>
const_iterator IList< T >::end | ( | ) | const [inline] |
Friends And Related Function Documentation
template<class T>
friend class iterator [friend] |
template<class T>
friend class const_iterator [friend] |
The documentation for this class was generated from the following file:
- util/ilist.hh
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
