Template Class CircularIndex¶
Defined in File CircularIndex.hpp
Class Documentation¶
-
template<size_t
N>
classuitsl::CircularIndex¶ Public Functions
-
CircularIndex()¶
-
CircularIndex(size_t index_)¶
-
CircularIndex(int index_)¶
-
operator size_t() const¶
-
CircularIndex &
operator++()¶
-
CircularIndex &
operator--()¶
-
CircularIndex
operator++(int)¶
-
CircularIndex
operator--(int)¶
-
CircularIndex &
operator+=(const CircularIndex &rhs)¶
-
CircularIndex &
operator-=(const CircularIndex &rhs)¶
-
CircularIndex
operator+(const CircularIndex &rhs)¶
-
CircularIndex
operator-(const CircularIndex &rhs)¶
-
CircularIndex
operator+(const int &rhs)¶
-
CircularIndex
operator-(const int &rhs)¶
-
CircularIndex
operator+(const size_t &rhs)¶
-
CircularIndex
operator-(const size_t &rhs)¶
-
std::string
ToString() const¶
-