SUMO - Simulation of Urban MObility
NBContHelper::node_with_incoming_finder Class Reference

#include <NBContHelper.h>

Collaboration diagram for NBContHelper::node_with_incoming_finder:
Collaboration graph

Public Member Functions

 node_with_incoming_finder (const NBEdge *const e)
 constructor More...
 
bool operator() (const NBNode *const n) const
 

Private Member Functions

node_with_incoming_finderoperator= (const node_with_incoming_finder &s)
 invalidated assignment operator More...
 

Private Attributes

const NBEdge *const myEdge
 

Detailed Description

Definition at line 234 of file NBContHelper.h.

Constructor & Destructor Documentation

NBContHelper::node_with_incoming_finder::node_with_incoming_finder ( const NBEdge *const  e)

constructor

Definition at line 108 of file NBContHelper.cpp.

Member Function Documentation

bool NBContHelper::node_with_incoming_finder::operator() ( const NBNode *const  n) const

Definition at line 113 of file NBContHelper.cpp.

References NBNode::getIncomingEdges(), and myEdge.

node_with_incoming_finder& NBContHelper::node_with_incoming_finder::operator= ( const node_with_incoming_finder s)
private

invalidated assignment operator

Field Documentation

const NBEdge* const NBContHelper::node_with_incoming_finder::myEdge
private

Definition at line 242 of file NBContHelper.h.

Referenced by operator()().


The documentation for this class was generated from the following files: