mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-14 20:51:41 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
23
src/TDataStd/TDataStd_HDataMapOfStringHArray1OfInteger.lxx
Executable file
23
src/TDataStd/TDataStd_HDataMapOfStringHArray1OfInteger.lxx
Executable file
@@ -0,0 +1,23 @@
|
||||
// File: TDataStd_HDataMapOfStringHArray1OfInteger.lxx
|
||||
// Created: Fri Aug 17 17:12:04 2007
|
||||
// Author: Sergey ZARITCHNY
|
||||
// <szy@popox.nnov.matra-dtv.fr>
|
||||
// Copyright: Open CasCade SA 2007
|
||||
|
||||
//=======================================================================
|
||||
//function : Map
|
||||
//purpose : Access to the map
|
||||
//=======================================================================
|
||||
inline const TDataStd_DataMapOfStringHArray1OfInteger& TDataStd_HDataMapOfStringHArray1OfInteger::Map () const
|
||||
{
|
||||
return myMap;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : ChangeMap
|
||||
//purpose : Access to the map for modification
|
||||
//=======================================================================
|
||||
inline TDataStd_DataMapOfStringHArray1OfInteger& TDataStd_HDataMapOfStringHArray1OfInteger::ChangeMap ()
|
||||
{
|
||||
return myMap;
|
||||
}
|
||||
Reference in New Issue
Block a user