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

Go to the source code of this file.

Classes

class  Address
 Address class holds IPC Process identification. More...
 

Typedefs

typedef std::list< AddressAddresses
 
typedef Addresses::const_iterator AddrCItem
 
typedef Addresses::iterator AddrItem
 

Functions

std::ostream & operator<< (std::ostream &os, const Address &addr)
 << operator overload that calls Address.info() method More...
 
std::ostream & operator<< (std::ostream &os, const Addresses &dims)
 << operator overload that calls Address.info() method for each and every list member More...
 

Typedef Documentation

typedef Addresses::const_iterator AddrCItem

Definition at line 147 of file Address.h.

typedef std::list<Address> Addresses

Definition at line 146 of file Address.h.

typedef Addresses::iterator AddrItem

Definition at line 148 of file Address.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Address addr 
)

<< operator overload that calls Address.info() method

Parameters
osResulting ostream
addrAddress class that is being converted to string
Returns
Infotext representing Address

Definition at line 129 of file Address.cc.

std::ostream& operator<< ( std::ostream &  os,
const Addresses dims 
)

<< operator overload that calls Address.info() method for each and every list member

Parameters
osResulting ostream
dimsList of Addresses
Returns
Infotext representing Address

Definition at line 134 of file Address.cc.