#include <iostream>
#include "board/Point.h"
Go to the source code of this file.
Classes | |
struct | LibBoard::Rect |
Struct representing a rectangle on the plane. More... | |
Functions | |
Rect | LibBoard::operator|| (const Rect &rectA, const Rect &rectB) |
Rect | LibBoard::operator&& (const Rect &rectA, const Rect &rectB) |
std::ostream & | operator<< (std::ostream &out, const LibBoard::Rect &rect) |
std::ostream& operator<< | ( | std::ostream & | out, | |
const LibBoard::Rect & | rect | |||
) |
Stream output operator for Rect structure.
out | An output stream. | |
rect | A Rect struct. |
References LibBoard::Rect::height, LibBoard::Rect::left, LibBoard::Rect::top, and LibBoard::Rect::width.