#include <NBContHelper.h>
Definition at line 217 of file NBContHelper.h.
Public Member Functions | |
| node_with_incoming_finder (const NBEdge *const e) | |
| constructor | |
| bool | operator() (const NBNode *const n) const |
Private Member Functions | |
| node_with_incoming_finder & | operator= (const node_with_incoming_finder &s) |
| invalidated assignment operator | |
Private Attributes | |
| const NBEdge *const | myEdge |
| NBContHelper::node_with_incoming_finder::node_with_incoming_finder | ( | const NBEdge *const | e | ) |
Definition at line 143 of file NBContHelper.cpp.
References NBNode::getIncomingEdges(), and myEdge.
00143 { 00144 const EdgeVector &incoming = n->getIncomingEdges(); 00145 return std::find(incoming.begin(), incoming.end(), myEdge)!=incoming.end(); 00146 }
| node_with_incoming_finder& NBContHelper::node_with_incoming_finder::operator= | ( | const node_with_incoming_finder & | s | ) | [private] |
invalidated assignment operator
const NBEdge* const NBContHelper::node_with_incoming_finder::myEdge [private] |
1.5.6