ROSE  0.11.145.0
Public Member Functions | List of all members
Sawyer::Container::GraphEdgeNoKey< EdgeValue > Class Template Reference

Description

template<class EdgeValue>
class Sawyer::Container::GraphEdgeNoKey< EdgeValue >

Type of edge key for graphs that do not index their edges.

This is the default edge key type, EKey argument, for the Graph template. In order to index graph edges you must provide at least the index key type which must have a copy constructor and a constructor that takes an edge value argument. Depending on the index type obtained from GraphIndexTraits, this key type may need additional functionality such as a default constructor and a less-than operator or hashing function.

Definition at line 105 of file Graph.h.

#include <util/Sawyer/Graph.h>

Public Member Functions

 GraphEdgeNoKey (const EdgeValue &)
 

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