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