RINASim  October 2016
Documentation of framework for OMNeT++
DAP.h File Reference
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

class  DAP
 Distributed Application Process name a.k.a. DAP class. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const DAP &dap)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DAP dap 
)

<< operator overload that feeds ostream DAP string representation.

Parameters
osResulting ostream
dapAPNList class that is being converted to string
Returns
Infotext representing DAP

Definition at line 58 of file DAP.cc.