C# Class CascadeSharp.TKernel.TColStd.TColStd_DataMapOfIntegerTransient

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( TColStd_DataMapOfIntegerTransient theOther ) : TColStd_DataMapOfIntegerTransient
Bound ( int theKey, Standard_Transient theItem ) : Standard_Transient
ChangeFind ( int theKey ) : Standard_Transient
ChangeSeek ( int theKey ) : Standard_Transient
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( TColStd_DataMapOfIntegerTransient theOther ) : void
Find ( int theKey ) : Standard_Transient
Find ( int theKey, Standard_Transient theValue ) : bool
IsBound ( int theKey ) : bool
Seek ( int theKey ) : Standard_Transient
Size ( ) : int
TColStd_DataMapOfIntegerTransient ( ) : System
TColStd_DataMapOfIntegerTransient ( TColStd_DataMapOfIntegerTransient theOther ) : System
TColStd_DataMapOfIntegerTransient ( int theNbBuckets ) : System
TColStd_DataMapOfIntegerTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
UnBind ( int theKey ) : bool

Method Details

Assign() public method

public Assign ( TColStd_DataMapOfIntegerTransient theOther ) : TColStd_DataMapOfIntegerTransient
theOther TColStd_DataMapOfIntegerTransient
return TColStd_DataMapOfIntegerTransient

Bound() public method

public Bound ( int theKey, Standard_Transient theItem ) : Standard_Transient
theKey int
theItem Standard_Transient
return Standard_Transient

ChangeFind() public method

public ChangeFind ( int theKey ) : Standard_Transient
theKey int
return Standard_Transient

ChangeSeek() public method

public ChangeSeek ( int theKey ) : Standard_Transient
theKey int
return Standard_Transient

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Clear() public method

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
return void

Exchange() public method

public Exchange ( TColStd_DataMapOfIntegerTransient theOther ) : void
theOther TColStd_DataMapOfIntegerTransient
return void

Find() public method

public Find ( int theKey ) : Standard_Transient
theKey int
return Standard_Transient

Find() public method

public Find ( int theKey, Standard_Transient theValue ) : bool
theKey int
theValue Standard_Transient
return bool

IsBound() public method

public IsBound ( int theKey ) : bool
theKey int
return bool

Seek() public method

public Seek ( int theKey ) : Standard_Transient
theKey int
return Standard_Transient

Size() public method

public Size ( ) : int
return int

TColStd_DataMapOfIntegerTransient() public method

public TColStd_DataMapOfIntegerTransient ( ) : System
return System

TColStd_DataMapOfIntegerTransient() public method

public TColStd_DataMapOfIntegerTransient ( TColStd_DataMapOfIntegerTransient theOther ) : System
theOther TColStd_DataMapOfIntegerTransient
return System

TColStd_DataMapOfIntegerTransient() public method

public TColStd_DataMapOfIntegerTransient ( int theNbBuckets ) : System
theNbBuckets int
return System

TColStd_DataMapOfIntegerTransient() public method

public TColStd_DataMapOfIntegerTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
return System

UnBind() public method

public UnBind ( int theKey ) : bool
theKey int
return bool