Graph C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
edge_attributes.hpp File Reference

Classes of attributes for edges (ex.: simple edge, weighted edge). More...

Go to the source code of this file.

Classes

class  gcl::simple_edge
 Class of the attributes of a simple edge. More...
 
class  gcl::weighted_edge
 Class of the attributes of a weighted edge. More...
 

Namespaces

 gcl
 Classes and functions related to the Graph C++ Library.
 

Detailed Description

Classes of attributes for edges (ex.: simple edge, weighted edge).

Author
Antoine Allard (antoineallard.info)
Date
Oct. 2015
Todo:

Add block comment to functions that receive arguments describing their actions and their requirements (e.g., format of the output files).

Add group within member functions to categorize them.