INET Framework for OMNeT++/OMNEST
OSPFArea.h File Reference
#include <vector>
#include <map>
#include "OSPFcommon.h"
#include "OSPFInterface.h"
#include "LSA.h"
#include "OSPFRoutingTableEntry.h"

Classes

class  OSPF::Area

Namespaces

namespace  OSPF

Functions

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

Function Documentation

std::ostream& operator<< ( std::ostream &  ostr,
OSPF::Area area 
) [inline]
{
    ostr << area.detailedInfo();
    return ostr;
}