C# Class CascadeSharp.TKernel.TColStd.TColStd_DataMapOfIntegerTransient

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Assign ( TColStd_DataMapOfIntegerTransient theOther ) : TColStd_DataMapOfIntegerTransient
theOther TColStd_DataMapOfIntegerTransient
Résultat TColStd_DataMapOfIntegerTransient

Bound() public méthode

public Bound ( int theKey, Standard_Transient theItem ) : Standard_Transient
theKey int
theItem Standard_Transient
Résultat Standard_Transient

ChangeFind() public méthode

public ChangeFind ( int theKey ) : Standard_Transient
theKey int
Résultat Standard_Transient

ChangeSeek() public méthode

public ChangeSeek ( int theKey ) : Standard_Transient
theKey int
Résultat Standard_Transient

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Clear() public méthode

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Résultat void

Exchange() public méthode

public Exchange ( TColStd_DataMapOfIntegerTransient theOther ) : void
theOther TColStd_DataMapOfIntegerTransient
Résultat void

Find() public méthode

public Find ( int theKey ) : Standard_Transient
theKey int
Résultat Standard_Transient

Find() public méthode

public Find ( int theKey, Standard_Transient theValue ) : bool
theKey int
theValue Standard_Transient
Résultat bool

IsBound() public méthode

public IsBound ( int theKey ) : bool
theKey int
Résultat bool

Seek() public méthode

public Seek ( int theKey ) : Standard_Transient
theKey int
Résultat Standard_Transient

Size() public méthode

public Size ( ) : int
Résultat int

TColStd_DataMapOfIntegerTransient() public méthode

public TColStd_DataMapOfIntegerTransient ( ) : System
Résultat System

TColStd_DataMapOfIntegerTransient() public méthode

public TColStd_DataMapOfIntegerTransient ( TColStd_DataMapOfIntegerTransient theOther ) : System
theOther TColStd_DataMapOfIntegerTransient
Résultat System

TColStd_DataMapOfIntegerTransient() public méthode

public TColStd_DataMapOfIntegerTransient ( int theNbBuckets ) : System
theNbBuckets int
Résultat System

TColStd_DataMapOfIntegerTransient() public méthode

public TColStd_DataMapOfIntegerTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Résultat System

UnBind() public méthode

public UnBind ( int theKey ) : bool
theKey int
Résultat bool