Classes | Functions

Coord.h File Reference

#include <omnetpp.h>
#include "INETDefs.h"
#include "FWMath.h"

Go to the source code of this file.

Classes

class  Coord
 Class for storing host positions. More...

Functions

std::ostream & operator<< (std::ostream &os, const Coord &coord)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Coord coord 
) [inline]

Definition at line 142 of file Coord.h.

{
    return os << "(" << coord.x << "," << coord.y << ")";
}