Integration of OCCT 6.5.0 from SVN
[occt.git] / src / TDataStd / TDataStd_HDataMapOfStringReal.lxx
1 // File:        TDataStd_HDataMapOfStringReal.lxx
2 // Created:     Fri Aug 17 16:42:38 2007
3 // Author:      Sergey ZARITCHNY
4 //              <szy@popox.nnov.matra-dtv.fr>
5 // Copyright:   Open CasCade SA 2007
6
7 //=======================================================================
8 //function : Map
9 //purpose  : Access to the map
10 //=======================================================================
11 inline const TDataStd_DataMapOfStringReal& TDataStd_HDataMapOfStringReal::Map () const 
12
13   return myMap; 
14 }
15
16 //=======================================================================
17 //function : ChangeMap
18 //purpose  : Access to the map for modification
19 //=======================================================================
20 inline TDataStd_DataMapOfStringReal& TDataStd_HDataMapOfStringReal::ChangeMap () 
21
22   return myMap; 
23 }