Home
last modified time | relevance | path

Searched refs:ArithmeticProxy (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx40 template< typename T1, typename T2 > class ArithmeticProxy class
43 ArithmeticProxy(T1& val1, T2& val2) : in ArithmeticProxy() function in basebmp::detail::ArithmeticProxy
55 bool operator==(ArithmeticProxy const & rhs) const in operator ==()
58 bool operator!=(ArithmeticProxy const & rhs) const in operator !=()
61 bool operator<(ArithmeticProxy const & rhs) const in operator <()
64 bool operator<=(ArithmeticProxy const & rhs) const in operator <=()
67 bool operator>(ArithmeticProxy const & rhs) const in operator >()
70 bool operator>=(ArithmeticProxy const & rhs) const in operator >=()
73 int operator-(ArithmeticProxy const & rhs) const in operator -()
311 typedef detail::ArithmeticProxy< typename Iterator1::MoveX,
[all …]

Completed in 10 milliseconds