to add a function to the BGL
5 Dec
2002
5 Dec
'02
11:13 a.m.
Let's say I've written a function to prune edges of a graph (data structures and methods are those of the BGL), in the typical C-way (declare the function header in a .h file, and write the code in the .c file). Ok, it works, but I'm not fully satisfied. I would like to make it more BGL-like. So I use templates for generic graphs, include concept check lines in my code, and I have to forget about the .h and .c style, as templates behave a little like macros, and you cannot split the declaration and definition in two files. But, is there a better way to do this, like when you add you own internal property to the graph with BOOST_INSTALL_PROPERTY? Regards, Ramón.
8011
Age (days ago)
8011
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ramón Casero Cañas