trader  v0.1a
A framework to build trading applications
Public Member Functions | List of all members
trader::Graph< Vertex > Class Template Reference

Public Member Functions

void addEdge (Vertex v, Vertex w)
 
void addVertex (Vertex v)
 
void topologicalSort (std::stack< Vertex > &Stack)
 
bool findCycles (std::vector< Vertex > &traversedVertices)
 

The documentation for this class was generated from the following file: