Lines Matching defs:operator
67 IntCoord operator[](unsigned i) const {
71 IntCoord &operator[](unsigned i) {
75 IntCoord operator[](Dim2 d) const { return _pt[d]; }
76 IntCoord &operator[](Dim2 d) { return _pt[d]; }
86 IntPoint operator-() const {
90 IntPoint &operator+=(IntPoint const &o) {
95 IntPoint &operator-=(IntPoint const &o) {
104 /** @brief Equality operator. */
105 bool operator==(IntPoint const &in_pnt) const {
112 bool operator<(IntPoint const &p) const {
127 inline bool operator()(IntPoint const &a, IntPoint const &b) const;
134 inline bool operator()(IntPoint const &a, IntPoint const &b) const;
141 bool operator()(IntPoint const &a, IntPoint const &b) const {
146 bool operator()(IntPoint const &a, IntPoint const &b) const {
151 bool operator()(IntPoint const &a, IntPoint const &b) const {
156 bool operator()(IntPoint const &a, IntPoint const &b) const {
160 inline bool IntPoint::LexLessRt::operator()(IntPoint const &a, IntPoint const &b) const {
163 inline bool IntPoint::LexGreaterRt::operator()(IntPoint const &a, IntPoint const &b) const {