equal
deleted
inserted
replaced
736 ///It conforms to the graph interface documented under |
736 ///It conforms to the graph interface documented under |
737 ///the description of \ref GraphSkeleton with the exception that you cannot |
737 ///the description of \ref GraphSkeleton with the exception that you cannot |
738 ///add (or delete) edges. The usual edge iterators are exists, but they are |
738 ///add (or delete) edges. The usual edge iterators are exists, but they are |
739 ///always \ref INVALID. |
739 ///always \ref INVALID. |
740 ///\sa \ref GraphSkeleton |
740 ///\sa \ref GraphSkeleton |
741 ///\se \ref EdgeSet |
741 ///\sa \ref EdgeSet |
742 class NodeSet { |
742 class NodeSet { |
743 |
743 |
744 //Nodes are double linked. |
744 //Nodes are double linked. |
745 //The free nodes are only single linked using the "next" field. |
745 //The free nodes are only single linked using the "next" field. |
746 struct NodeT |
746 struct NodeT |