C# Class CascadeSharp.TKernel.TColStd.TColStd_IndexedMapOfInteger

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

Public Methods

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

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

Exchange() public method

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

FindIndex() public method

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

FindKey() public method

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

RemoveFromIndex() public method

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

RemoveKey() public method

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

Swap() public method

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

TColStd_IndexedMapOfInteger() public method

public TColStd_IndexedMapOfInteger ( ) : System
return System

TColStd_IndexedMapOfInteger() public method

public TColStd_IndexedMapOfInteger ( TColStd_IndexedMapOfInteger theOther ) : System
theOther TColStd_IndexedMapOfInteger
return System

TColStd_IndexedMapOfInteger() public method

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

TColStd_IndexedMapOfInteger() public method

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