CXXGraph  0.1.4
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
Public Attributes | List of all members
CXXGRAPH::DialResult_struct Struct Reference

Struct that contains the information about Dijsktra's Algorithm results. More...

#include <Graph.hpp>

Public Attributes

bool success
 
std::string errorMessage
 
std::map< unsigned long, long > minDistanceMap
 

Detailed Description

Struct that contains the information about Dijsktra's Algorithm results.


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