depgraph.cpp

Go to the documentation of this file.
00001 
00004 #include "depgraph.hpp"
00005 
00006 void dependency_graph::store_dependency(artifact const& target, artifact const& dependency)
00007 {
00008   graph_[dependency].insert(target);
00009   graph_[target];
00010 }

Generated on Sun Nov 30 09:53:22 2008 for Exploring C++ - Final Forms of Key Examples by  doxygen 1.5.3