This class describes a collection of graph arcs.
Protected Attributes | |
| SBCGraphNode * | graphNodeOwner | 
| The graph node which owns the graph arc collection.  | |
Constructors and destructors | |
| SBCGraphArcCollection (SBCGraphNode *graphNode) | |
| virtual | ~SBCGraphArcCollection () | 
Owner | |
| SBCGraphNode * | getGraphNodeOwner () const | 
| Returns the graph node which owns the graph arc collection.  | |
Arcs traversal | |
| iterator | begin () | 
| Returns a begin iterator to arcs.  | |
| iterator | end () | 
| Returns an end iterator to arcs.  | |
| reverse_iterator | rbegin () | 
| Returns a reverse begin iterator to arcs.  | |
| reverse_iterator | rend () | 
| Returns a reverse end iterator to arcs.  | |