In file uta/programmer.doc:

namespace uta class Point


Public Fields

int x
int y

Public Methods

Point()
Point(int x_, int y_)
Point& operator-=(const Point& p)
~Point()
friend Point operator+(const Point& p, const Point& q)
friend Point operator-(const Point& p, const Point& q)
friend bool operator==(const Point &p, const Point &q)
friend bool operator<=(const Point &p, const Point &q)
friend bool operator>=(const Point &p, const Point &q)
friend bool operator<(const Point &p, const Point &q)
friend bool operator>(const Point &p, const Point &q)
friend ostream& operator<<(ostream& s, const Point& p)

Documentation

Point()

Point(int x_, int y_)

Point& operator-=(const Point& p)

~Point()

friend Point operator+(const Point& p, const Point& q)

friend Point operator-(const Point& p, const Point& q)

friend bool operator==(const Point &p, const Point &q)

friend bool operator<=(const Point &p, const Point &q)

friend bool operator>=(const Point &p, const Point &q)

friend bool operator<(const Point &p, const Point &q)

friend bool operator>(const Point &p, const Point &q)

friend ostream& operator<<(ostream& s, const Point& p)

int x

int y


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de