C# Class CascadeSharp.TKernel.TColStd.TColStd_IndexedMapOfTransient

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

Méthodes publiques

Méthode Description
Add ( Standard_Transient theKey1 ) : int
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( Standard_Transient theKey1 ) : bool
Exchange ( TColStd_IndexedMapOfTransient theOther ) : void
FindIndex ( Standard_Transient theKey1 ) : int
FindKey ( int theIndex ) : Standard_Transient
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( Standard_Transient theKey1 ) : bool
RemoveLast ( ) : void
Size ( ) : int
Substitute ( int theIndex, Standard_Transient theKey1 ) : void
Swap ( int theIndex1, int theIndex2 ) : void
TColStd_IndexedMapOfTransient ( ) : System
TColStd_IndexedMapOfTransient ( TColStd_IndexedMapOfTransient theOther ) : System
TColStd_IndexedMapOfTransient ( int theNbBuckets ) : System
TColStd_IndexedMapOfTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System

Method Details

Add() public méthode

public Add ( Standard_Transient theKey1 ) : int
theKey1 Standard_Transient
Résultat int

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

Contains() public méthode

public Contains ( Standard_Transient theKey1 ) : bool
theKey1 Standard_Transient
Résultat bool

Exchange() public méthode

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

FindIndex() public méthode

public FindIndex ( Standard_Transient theKey1 ) : int
theKey1 Standard_Transient
Résultat int

FindKey() public méthode

public FindKey ( int theIndex ) : Standard_Transient
theIndex int
Résultat Standard_Transient

RemoveFromIndex() public méthode

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Résultat void

RemoveKey() public méthode

public RemoveKey ( Standard_Transient theKey1 ) : bool
theKey1 Standard_Transient
Résultat bool

RemoveLast() public méthode

public RemoveLast ( ) : void
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Substitute() public méthode

public Substitute ( int theIndex, Standard_Transient theKey1 ) : void
theIndex int
theKey1 Standard_Transient
Résultat void

Swap() public méthode

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Résultat void

TColStd_IndexedMapOfTransient() public méthode

public TColStd_IndexedMapOfTransient ( ) : System
Résultat System

TColStd_IndexedMapOfTransient() public méthode

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

TColStd_IndexedMapOfTransient() public méthode

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

TColStd_IndexedMapOfTransient() public méthode

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