src/work/alpar/emptygraph.h
changeset 221 d8a67c5b26d1
parent 187 35a2c1fd5d73
child 242 b255f25ad394
equal deleted inserted replaced
20:532c7040fd25 21:a23b99d00b43
   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;