#include "board/Rect.h"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.
1.6.3