indigoX
|
#include "../utils/fwd_declares.hpp"
#include "../utils/simple_bimap.hpp"
#include <boost/graph/adjacency_list.hpp>
#include <cstdint>
#include <memory>
#include <vector>
#include "base_graph_impl.hpp"
Go to the source code of this file.
Classes | |
class | BaseGraph< V, E, S, D, VP, EP > |
Template base class for all graphs used in the indigoX library. More... | |
struct | Directed |
Type for specifying that a graph is directed. More... | |
struct | GraphLabel |
Type for applying a numerical label to a vertex or edge. More... | |
struct | Undirected |
Type for specifying that a graph is undirected. More... | |
Namespaces | |
indigox | |
Namespace for all graph related functionality. | |
indigox::graph | |