C# Class CascadeSharp.TKernel.TColStd.TColStd_IndexedMapOfTransient

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

Public Methods

Method 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 method

public Add ( Standard_Transient theKey1 ) : int
theKey1 Standard_Transient
return int

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

Contains() public method

public Contains ( Standard_Transient theKey1 ) : bool
theKey1 Standard_Transient
return bool

Exchange() public method

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

FindIndex() public method

public FindIndex ( Standard_Transient theKey1 ) : int
theKey1 Standard_Transient
return int

FindKey() public method

public FindKey ( int theIndex ) : Standard_Transient
theIndex int
return Standard_Transient

RemoveFromIndex() public method

public RemoveFromIndex ( int theIndex ) : void
theIndex int
return void

RemoveKey() public method

public RemoveKey ( Standard_Transient theKey1 ) : bool
theKey1 Standard_Transient
return bool

RemoveLast() public method

public RemoveLast ( ) : void
return void

Size() public method

public Size ( ) : int
return int

Substitute() public method

public Substitute ( int theIndex, Standard_Transient theKey1 ) : void
theIndex int
theKey1 Standard_Transient
return void

Swap() public method

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
return void

TColStd_IndexedMapOfTransient() public method

public TColStd_IndexedMapOfTransient ( ) : System
return System

TColStd_IndexedMapOfTransient() public method

public TColStd_IndexedMapOfTransient ( TColStd_IndexedMapOfTransient theOther ) : System
theOther TColStd_IndexedMapOfTransient
return System

TColStd_IndexedMapOfTransient() public method

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

TColStd_IndexedMapOfTransient() public method

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