#include <NBContHelper.h>
Definition at line 237 of file NBContHelper.h.
Public Member Functions | |
| node_with_outgoing_finder (const NBEdge *const e) | |
| constructor | |
| bool | operator() (const NBNode *const n) const |
Private Member Functions | |
| node_with_outgoing_finder & | operator= (const node_with_outgoing_finder &s) |
| invalidated assignment operator | |
Private Attributes | |
| const NBEdge *const | myEdge |
| NBContHelper::node_with_outgoing_finder::node_with_outgoing_finder | ( | const NBEdge *const | e | ) |
Definition at line 158 of file NBContHelper.cpp.
References NBNode::getOutgoingEdges(), and myEdge.
00158 { 00159 const EdgeVector &outgoing = n->getOutgoingEdges(); 00160 return std::find(outgoing.begin(), outgoing.end(), myEdge)!=outgoing.end(); 00161 }
| node_with_outgoing_finder& NBContHelper::node_with_outgoing_finder::operator= | ( | const node_with_outgoing_finder & | s | ) | [private] |
invalidated assignment operator
const NBEdge* const NBContHelper::node_with_outgoing_finder::myEdge [private] |
1.5.6