Lines Matching defs:operator

120   operator!=(const point& o) const
124 operator==(const point& o) const
125 {return !(operator!=(o));}
128 operator<(const point& o) const
132 operator>(const point& o) const
136 operator<=(const point& o) const
140 operator>=(const point& o) const
144 operator+(int val) const
148 operator-(int val) const
152 operator+= (int val)
159 operator-= (int val)
163 operator--()
167 operator++()
171 operator--(int)
179 operator++(int)
187 operator=(int val)
194 operator=(const point& p)
204 operator bool () const
208 operator!() const
512 operator[](int index) const
516 operator[](int index)
524 return vector<int>::operator[](i);
684 operator bool() const
719 /// This equality operator uses the default "==" to compare its
729 operator()(const T a, const T b) const
737 /// This equality operator compares pointers by comparing the
748 operator()(const T* first,
760 /// This equality operator compares pointers by comparing the
771 operator()(const shared_ptr<T> first,
773 {return operator()(first.get(), second.get());}
775 /// This equality operator compares pointers by comparing the
786 operator()(const weak_ptr<T> first,
788 {return operator()(shared_ptr<T>(first), shared_ptr<T>(second));}
803 /// call operator member returning a boolean and taking two arguments
942 /// call operator member returning a boolean and taking two arguments
1116 /// call operator member returning a boolean and taking two arguments
1308 /// call operator member returning a boolean and taking two arguments
1392 /// Note that the equality operator used to compare the elements
1393 /// passed in argument to this function is the default "==" operator.
1444 /// call operator member returning a boolean and taking two arguments
1653 /// call operator member returning a boolean and taking two arguments
1719 /// call operator member returning a boolean and taking two arguments
1779 /// call operator member returning a boolean and taking two arguments
1879 /// call operator member returning a boolean and taking two arguments
1935 /// call operator member returning a boolean and taking two arguments