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