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:
parent
f7711e9a63
commit
a8fd188d5e
5 changed files with 580 additions and 3 deletions
|
|
@ -24,4 +24,6 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
|||
graphdir = $(pkgincludedir)/graph
|
||||
|
||||
graph_HEADERS = \
|
||||
graph.hh
|
||||
graph.hh \
|
||||
ngraph.hh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue