|
bool | tools::detail::equal (Pair const &p1, Pair const &p2) |
|
Point | operator+ (const Point &rVal1, const Point &rVal2) |
|
Point | operator- (const Point &rVal1, const Point &rVal2) |
|
Point | operator* (const Point &rVal1, const tools::Long nVal2) |
|
Point | operator/ (const Point &rVal1, const tools::Long nVal2) |
|
bool | operator== (Point const &p1, Point const &p2) |
|
bool | operator!= (Point const &p1, Point const &p2) |
|
constexpr Point | o3tl::convert (const Point &rPoint, o3tl::Length eFrom, o3tl::Length eTo) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const Point &point) |
|
bool | operator== (Size const &s1, Size const &s2) |
|
bool | operator!= (Size const &s1, Size const &s2) |
|
Size | operator+ (const Size &rVal1, const Size &rVal2) |
|
Size | operator- (const Size &rVal1, const Size &rVal2) |
|
Size | operator* (const Size &rVal1, const tools::Long nVal2) |
|
Size | operator/ (const Size &rVal1, const tools::Long nVal2) |
|
constexpr Size | o3tl::convert (const Size &rSize, o3tl::Length eFrom, o3tl::Length eTo) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const Size &size) |
|
bool | operator== (Range const &r1, Range const &r2) |
|
bool | operator!= (Range const &r1, Range const &r2) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const Range &range) |
|
bool | operator== (Selection const &s1, Selection const &s2) |
|
bool | operator!= (Selection const &s1, Selection const &s2) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const Selection &selection) |
|
Rectangle | tools::operator+ (const Rectangle &rRect, const Point &rPt) |
|
Rectangle | tools::operator- (const Rectangle &rRect, const Point &rPt) |
|
constexpr tools::Rectangle | o3tl::convert (const tools::Rectangle &rRectangle, o3tl::Length eFrom, o3tl::Length eTo) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | tools::operator<< (std::basic_ostream< charT, traits > &stream, const tools::Rectangle &rectangle) |
|