OpenMW
|
#include <store.hpp>
Public Member Functions | |
SharedIterator () | |
SharedIterator (const SharedIterator &orig) | |
SharedIterator (const Iter &iter) | |
SharedIterator & | operator++ () |
SharedIterator | operator++ (int) |
SharedIterator & | operator-- () |
SharedIterator | operator-- (int) |
bool | operator== (const SharedIterator &x) const |
bool | operator!= (const SharedIterator &x) const |
const T & | operator* () const |
const T * | operator-> () const |
Private Types | |
typedef std::vector< T * > ::const_iterator | Iter |
Private Attributes | |
Iter | mIter |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |