INET Framework for OMNeT++/OMNEST
AnsaOSPFArea.h File Reference
#include <vector>
#include <map>
#include "AnsaOSPFcommon.h"
#include "AnsaOSPFInterface.h"
#include "AnsaLSA.h"
#include "AnsaOSPFRoutingTableEntry.h"

Go to the source code of this file.

Classes

class  AnsaOSPF::Area

Namespaces

namespace  AnsaOSPF

Functions

std::ostream & operator<< (std::ostream &ostr, AnsaOSPF::Area &area)

Function Documentation

std::ostream& operator<< ( std::ostream &  ostr,
AnsaOSPF::Area area 
) [inline]

Definition at line 128 of file AnsaOSPFArea.h.

{
    ostr << area.detailedInfo();
    return ostr;
}