#include <iosfwd>Go to the source code of this file.
Classes | |
| class | Size |
Functions | |
| Size | operator * (const Size &lhs, int factor) |
| Size | operator * (int factor, const Size &rhs) |
| Size | operator/ (const Size &lhs, int divisor) |
| Size | operator+ (const Size &lhs, const Size &rhs) |
| Size | operator- (const Size &lhs, const Size &rhs) |
| bool | operator== (const Size &lhs, const Size &rhs) |
| bool | operator!= (const Size &lhs, const Size &rhs) |
| std::ostream & | operator<< (std::ostream &s, const Size &size) |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const Size & | size | |||
| ) |
1.5.1