OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
db_graph.cc File Reference
#include "db/db_graph.h"
#include <boost/foreach.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/filtered_graph.hpp>
#include "base/logging.h"
#include "base/time_util.h"
#include "db/db_graph_vertex.h"
#include "db/db_graph_edge.h"
Include dependency graph for db_graph.cc:

Go to the source code of this file.

Classes

class  BFSVisitor< GraphType >
 
struct  DBGraph::EdgePredicate
 
struct  DBGraph::VertexPredicate
 

Typedefs

typedef std::map
< DBGraph::Vertex,
default_color_type > 
ColorMap
 

Typedef Documentation

typedef std::map<DBGraph::Vertex, default_color_type> ColorMap

Definition at line 100 of file db_graph.cc.