Board
0.6.devel
|
Go to the source code of this file.
Data Structures | |
struct | LibBoard::Rect |
Struct representing a rectangle on the plane. More... |
Namespaces | |
namespace | LibBoard |
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.