#include "OSDLVideoTypes.h"#include "OSDLPoint.h"#include "OSDLTypes.h"#include "Ceylan.h"#include <string>#include <list>

Go to the source code of this file.
Classes | |
| class | OSDL::Video::TwoDimensional::Point2D |
| Represents a point whose coordinates are integers, in a two-dimensional space. 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::Point2D &p) |
| Stream operator for serialization. | |
| OSDL_DLL std::ostream& operator<< | ( | std::ostream & | os, | |
| const OSDL::Video::TwoDimensional::Point2D & | p | |||
| ) |
Stream operator for serialization.
Definition at line 205 of file OSDLPoint2D.cc.
References OSDL::Video::TwoDimensional::Point2D::toString().
1.6.3