Class SBCGraphArcCollection#
ClassList > SBCGraphArcCollection
This class describes a collection of graph arcs. More...
#include <SBCGraphArcCollection.hpp>
Inherits the following classes: SBPointerList< SBCGraphNode, SBCGraphArc >
Classes#
Type | Name |
---|---|
class | iterator |
class | reverse_iterator |
Public Functions#
Type | Name |
---|---|
SBCGraphArcCollection (SBCGraphNode * graphNode) |
|
iterator | begin () Returns a begin iterator to arcs. |
iterator | end () Returns an end iterator to arcs. |
SBCGraphNode * | getGraphNodeOwner () const Returns the graph node which owns the graph arc collection. |
reverse_iterator | rbegin () Returns a reverse begin iterator to arcs. |
reverse_iterator | rend () Returns a reverse end iterator to arcs. |
virtual | ~SBCGraphArcCollection () |
Protected Attributes#
Type | Name |
---|---|
SBCGraphNode * | graphNodeOwner The graph node which owns the graph arc collection. |
Detailed Description#
This class describes a collection of graph arcs.
Short name: SBGraphArcCollection
Public Functions Documentation#
function SBCGraphArcCollection#
function begin#
Returns a begin iterator to arcs.
function end#
Returns an end iterator to arcs.
function getGraphNodeOwner#
Returns the graph node which owns the graph arc collection.
function rbegin#
Returns a reverse begin iterator to arcs.
function rend#
Returns a reverse end iterator to arcs.
function ~SBCGraphArcCollection#
Protected Attributes Documentation#
variable graphNodeOwner#
The graph node which owns the graph arc collection.