Implementation of input and output operators for DCoords. More...
#include "DCoords.h"
#include <iostream>
Defines | |
#define | MATCH(s, c) while ((s).get() != (c)) |
Functions | |
std::istream & | operator>> (std::istream &s, DCoords &c) |
std::ostream & | operator<< (std::ostream &s, const DCoords &c) |
Implementation of input and output operators for DCoords.
#define MATCH | ( | s, | |||
c | ) | while ((s).get() != (c)) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const DCoords & | c | |||
) |