graph: Add a named_graph class.

* src/graph/ngraph.hh: New file.
* src/graph/Makefile.am: Add it.
* src/graphtest/ngraph.cc, src/graphtest/ngraph.test: New files.
* src/graphtest/Makefile.am: Add them
This commit is contained in:
Alexandre Duret-Lutz 2014-02-16 22:31:09 +01:00
parent f7711e9a63
commit a8fd188d5e
5 changed files with 580 additions and 3 deletions

View file

@ -24,4 +24,6 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
graphdir = $(pkgincludedir)/graph
graph_HEADERS = \
graph.hh
graph.hh \
ngraph.hh