Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Coord.h File Reference

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

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 Thu Oct 19 18:22:19 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0