Class Index

Class Documentation

class BlackBox::Index

Datový typ pro práci s pozicí na LED kruhu.

Public Functions

Index(int index = 0)
Index(Coords other)
int value() const
Index &operator+=(const Index&)
Index &operator-=(const Index&)
Index &operator++()
Index &operator--()
bool operator<(const Index&) const
bool operator>(const Index&) const
bool operator<=(const Index&) const
bool operator>=(const Index&) const
bool operator==(const Index&) const
bool operator!=(const Index&) const
operator int() const