Classes | Namespaces | Functions

OSPFArea.h File Reference

#include <vector>
#include <map>
#include "OSPFcommon.h"
#include "OSPFInterface.h"
#include "LSA.h"
#include "OSPFRoutingTableEntry.h"

Go to the source code of this file.

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]

Definition at line 144 of file OSPFArea.h.

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