Class AgentVector::iterator
Defined in File AgentVector.h
Nested Relationships
This class is a nested type of Class AgentVector.
Class Documentation
-
class iterator
Basic AgentVectors forward iterator Provides access to members of the vector, in front-to-back order.
See also
See also
Public Functions
-
inline operator AgentVector::const_iterator() const
-
inline iterator &operator++()
-
inline iterator operator++(int)
-
inline bool operator==(iterator other) const
-
inline bool operator!=(iterator other) const
-
Agent operator*() const
-
inline operator AgentVector::const_iterator() const