GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
gl Namespace Reference

Namespaces

 algorithm
 
 interface
 
 io
 
 external
 

Classes

class  Color
 Stores an RGBA Color. More...
 
class  DisjointSets
 Represents disjoint sets. More...
 
class  Distance
 Implements a numerical distance that supports "infinite distance". More...
 
class  Edge
 Represents an Edge in a Graph. More...
 
class  Graph
 Stores and implements a Graph. More...
 
class  Node
 Represents a Node in a Graph. More...
 
class  Property
 Stores the properties of a Graph. More...
 

Typedefs

using index_type = std::size_t
 

Typedef Documentation

using gl::index_type = typedef std::size_t