|
bpp-core3
3.0.0
|
#include <Bpp/Graph/GlobalGraph.h>
Inheritance diagram for bpp::NodesIteratorClass< Graph::OUTGOINGNEIGHBORITER, is_const >:
Collaboration diagram for bpp::NodesIteratorClass< Graph::OUTGOINGNEIGHBORITER, is_const >:Public Member Functions | |
| NodesIteratorClass (const GlobalGraph &gg, GlobalGraph::NodeId node) | |
| NodesIteratorClass (GlobalGraph &gg, GlobalGraph::NodeId node) | |
| ~NodesIteratorClass () | |
| void | next () |
| bool | end () const |
| void | start () |
| Graph::NodeId | operator* () |
Protected Types | |
| typedef std::conditional< is_const, const std::map< GlobalGraph::Node, GlobalGraph::Edge > &, std::map< GlobalGraph::Node, GlobalGraph::Edge > & >::type | mapType |
| typedef std::conditional< is_const, std::map< GlobalGraph::Node, GlobalGraph::Edge >::const_iterator, std::map< GlobalGraph::Node, GlobalGraph::Edge >::iterator >::type | itType |
Protected Attributes | |
| mapType | map_ |
| itType | it_ |
| itType | begin_ |
| itType | end_ |
Definition at line 792 of file GlobalGraph.h.
|
protectedinherited |
Definition at line 759 of file GlobalGraph.h.
|
protectedinherited |
Definition at line 753 of file GlobalGraph.h.
|
inline |
Definition at line 797 of file GlobalGraph.h.
|
inline |
Definition at line 799 of file GlobalGraph.h.
|
inline |
Definition at line 801 of file GlobalGraph.h.
|
inlinevirtual |
Implements bpp::Graph::NodeIterator.
Definition at line 804 of file GlobalGraph.h.
References bpp::NeighborIteratorClass< is_const >::end().
|
inlinevirtual |
Implements bpp::Graph::NodeIterator.
Definition at line 803 of file GlobalGraph.h.
References bpp::NeighborIteratorClass< is_const >::next().
|
inlinevirtual |
Implements bpp::Graph::NodeIterator.
Definition at line 807 of file GlobalGraph.h.
|
inlinevirtual |
Implements bpp::Graph::NodeIterator.
Definition at line 805 of file GlobalGraph.h.
References bpp::NeighborIteratorClass< is_const >::start().
|
protectedinherited |
Definition at line 761 of file GlobalGraph.h.
|
protectedinherited |
Definition at line 761 of file GlobalGraph.h.
|
protectedinherited |
Definition at line 761 of file GlobalGraph.h.
|
protectedinherited |
Definition at line 755 of file GlobalGraph.h.