#include "Ceylan.h"
#include <string>
Include dependency graph for OSDLPoint.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | OSDL |
| namespace | OSDL::Video |
| namespace | OSDL::Video::TwoDimensional |
Classes | |
| class | OSDL::Video::TwoDimensional::Point |
| Represents an abstract point whose coordinates are integers. More... | |
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 35 of file OSDLPoint.cc.
References OSDL::Video::TwoDimensional::Point::toString().
1.5.1