|
|
| 288 |
*/ |
288 |
*/ |
| 289 |
static NodeContainer GetGlobal (void); |
289 |
static NodeContainer GetGlobal (void); |
| 290 |
|
290 |
|
|
|
291 |
/** |
| 292 |
* \brief Return true if container contains a Node with index id |
| 293 |
* |
| 294 |
* \return whether the NodeContainer contains a node with index id |
| 295 |
* \param id Node Id |
| 296 |
*/ |
| 297 |
bool Contains (uint32_t id) const; |
| 298 |
|
| 291 |
private: |
299 |
private: |
| 292 |
std::vector<Ptr<Node> > m_nodes; //!< Nodes smart pointers |
300 |
std::vector<Ptr<Node> > m_nodes; //!< Nodes smart pointers |
| 293 |
}; |
301 |
}; |