#include <vector>
#include <map>
#include "OSPFcommon.h"
#include "OSPFInterface.h"
#include "LSA.h"
#include "OSPFRoutingTableEntry.h"
Namespaces | |
namespace | OSPF |
Functions | |
std::ostream & | operator<< (std::ostream &ostr, OSPF::Area &area) |
|
00128 { 00129 ostr << area.detailedInfo (); 00130 return ostr; 00131 }
|