vvgraph.cpp

00001 #include <graph/vvgraph.h>
00002 
00003 namespace graph
00004 {
00005   intptr_t getNextGraphId()
00006   {
00007     static intptr_t next_graph_id = 0;
00008     return ++next_graph_id;
00009   }
00010 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Fri May 31 15:37:51 2013 for VVE by  doxygen 1.6.3