Ignore:
Timestamp:
06/22/10 10:30:33 (14 years ago)
Author:
hozdoba
Message:

Quelques changements de portée essentiellement. Modificiations mineures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/container.hpp

    r112 r113  
    3333         } 
    3434 
    35          bool hasMappedValue(const Key& kval) {return (find(kval) != this->end());} 
     35         bool hasMappedValue(const Key& kval) const {return (find(kval) != this->end());} 
    3636 
    3737         const vector<Mapped*>& getVector(void) const { return (this->_elemList); } 
Note: See TracChangeset for help on using the changeset viewer.