| 396 | friend class DijkstrasAlgorithm<TGraphSearchNode>; // so it can access this data easily |
| 397 | |
| 398 | DijkstrasAlgorithmQueue() |
| 399 | { |
| 400 | m_timer = 0; |
| 401 | } |
| 402 | |
| 403 | ~DijkstrasAlgorithmQueue() {} |
| 404 |
nothing calls this directly
no outgoing calls
no test coverage detected