PtRect.h File Reference

Contains the utility classes Pt and Rect. More...

#include <GG/Base.h>
#include <boost/serialization/access.hpp>
#include <boost/serialization/nvp.hpp>
#include <iosfwd>

Go to the source code of this file.

Namespaces

namespace  GG

Classes

struct  GG::Pt
 a GG screen coordinate class More...
struct  GG::Rect
 a GG rectangle class. More...

Functions

GG_API bool GG::operator== (const Pt &lhs, const Pt &rhs)
GG_API bool GG::operator!= (const Pt &lhs, const Pt &rhs)
GG_API bool GG::operator< (const Pt &lhs, const Pt &rhs)
GG_API bool GG::operator> (const Pt &lhs, const Pt &rhs)
GG_API bool GG::operator<= (const Pt &lhs, const Pt &rhs)
GG_API bool GG::operator>= (const Pt &lhs, const Pt &rhs)
GG_API Pt GG::operator+ (const Pt &lhs, const Pt &rhs)
GG_API Pt GG::operator- (const Pt &lhs, const Pt &rhs)
GG_API std::ostream & GG::operator<< (std::ostream &os, const Pt &pt)
GG_API bool GG::operator== (const Rect &lhs, const Rect &rhs)
GG_API bool GG::operator!= (const Rect &lhs, const Rect &rhs)
GG_API Rect GG::operator+ (const Rect &rect, const Pt &pt)
GG_API Rect GG::operator- (const Rect &rect, const Pt &pt)
GG_API Rect GG::operator+ (const Pt &pt, const Rect &rect)
GG_API Rect GG::operator- (const Pt &pt, const Rect &rect)
GG_API std::ostream & GG::operator<< (std::ostream &os, const Rect &rect)


Detailed Description

Contains the utility classes Pt and Rect.

Definition in file PtRect.h.


Generated on Wed Mar 26 14:35:42 2008 for GG by  doxygen 1.5.2