C# Class CascadeSharp.TKernel.TColStd.TColStd_IndexedMapOfInteger

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

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( int theKey1 ) : int
theKey1 int
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 ( int theKey1 ) : bool
theKey1 int
Résultat bool

Exchange() public méthode

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

FindIndex() public méthode

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

FindKey() public méthode

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

RemoveFromIndex() public méthode

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

RemoveKey() public méthode

public RemoveKey ( int theKey1 ) : bool
theKey1 int
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, int theKey1 ) : void
theIndex int
theKey1 int
Résultat void

Swap() public méthode

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

TColStd_IndexedMapOfInteger() public méthode

public TColStd_IndexedMapOfInteger ( ) : System
Résultat System

TColStd_IndexedMapOfInteger() public méthode

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

TColStd_IndexedMapOfInteger() public méthode

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

TColStd_IndexedMapOfInteger() public méthode

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