I\'ve read a few posts on here about static functions, but still am running into trouble with implementation.
I\'m writing a hardcoded example of Dijkstra\'s algorit
Now that we have the complete declaration of your class Arg, it feels like the singleton design pattern could be useful:
Arg
http://en.wikipedia.org/wiki/Singleton_pattern