Metafunction
Cargo
Type of additional data stored in an object.
Cargo<T>::Type
Parameters
T
Type for which the cargo tyoe is determined.
Return Values
Type
Cargo of T.
Functions
addChildAdds a new child vertex to a parent vertex. Optionally a cargo can be attached to the parent-child edge.
addEdgeAdds a new edge to the graph, either with or without cargo.
Remarks
The definition of Cargo allows the addition of user specific data to existing data structures.
Examples
Cargo<Graph<Directed<int> > >::Type c; //c has type int
SeqAn - Sequence Analysis Library - www.seqan.de