equal
deleted
inserted
replaced
282 ///Read/write/reference map of the nodes to type \c T. |
282 ///Read/write/reference map of the nodes to type \c T. |
283 /// \sa MemoryMapSkeleton |
283 /// \sa MemoryMapSkeleton |
284 /// \todo We may need copy constructor |
284 /// \todo We may need copy constructor |
285 /// \todo We may need conversion from other nodetype |
285 /// \todo We may need conversion from other nodetype |
286 /// \todo We may need operator= |
286 /// \todo We may need operator= |
|
287 /// \warning Making maps that can handle bool type (NodeMap<bool>) |
|
288 /// needs extra attention! |
287 |
289 |
288 template<class T> class NodeMap |
290 template<class T> class NodeMap |
289 { |
291 { |
290 public: |
292 public: |
291 typedef T ValueType; |
293 typedef T ValueType; |