BinaryValue.cc File Reference

#include <iterator>
#include "BinaryValue.h"
#include <omnetpp.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const BinaryValue &v)

Detailed Description

Author:
Ingmar Baumgart

Definition in file BinaryValue.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const BinaryValue v 
)

Definition at line 67 of file BinaryValue.cc.

00067                                                                {
00068     copy(v.begin(), v.end(), ostream_iterator<char>(os, ""));
00069     return os;        // To allow (cout << a) << b;
00070 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3