Public Methods
-
iterator(unsigned long int start = 0, T* b = NULL)
-
iterator(const iterator& src)
-
const iterator& operator=(const iterator& src)
-
bool operator==(const iterator& src) const
-
bool operator!=(const iterator& src) const
-
T& operator*()
-
const T& operator*() const
-
iterator& operator++()
-
iterator& operator--()
-
iterator& operator++(int)
-
iterator& operator--(int)
Documentation
iterator(unsigned long int start = 0, T* b = NULL)
iterator(const iterator& src)
const iterator& operator=(const iterator& src)
bool operator==(const iterator& src) const
bool operator!=(const iterator& src) const
T& operator*()
const T& operator*() const
iterator& operator++()
iterator& operator--()
iterator& operator++(int)
iterator& operator--(int)
- This class has no child classes.
- Friends:
- class Bag
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.