Coord.h File Reference

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

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]

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


Generated on Wed Apr 4 13:20:18 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7