#include "Ceylan.h"#include <string>

Go to the source code of this file.
Classes | |
| class | OSDL::Video::TwoDimensional::Point |
| Represents an abstract point whose coordinates are integers. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Video |
| namespace | OSDL::Video::TwoDimensional |
Functions | |
| OSDL_DLL std::ostream & | operator<< (std::ostream &os, const OSDL::Video::TwoDimensional::Point &p) |
| Stream operator for serialization. | |
| OSDL_DLL std::ostream& operator<< | ( | std::ostream & | os, | |
| const OSDL::Video::TwoDimensional::Point & | p | |||
| ) |
Stream operator for serialization.
Definition at line 64 of file OSDLPoint.cc.
References OSDL::Video::TwoDimensional::Point::toString().
1.6.3