C# Class CascadeSharp.TKBO.BOPDS.BOPDS_IndexedMapOfPaveBlock

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
BOPDS_IndexedMapOfPaveBlock ( ) : System
BOPDS_IndexedMapOfPaveBlock ( BOPDS_IndexedMapOfPaveBlock theOther ) : System
BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets ) : System
BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( BOPDS_PaveBlock theKey1 ) : bool
Exchange ( BOPDS_IndexedMapOfPaveBlock theOther ) : void
FindIndex ( BOPDS_PaveBlock theKey1 ) : int
FindKey ( int theIndex ) : BOPDS_PaveBlock
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( BOPDS_PaveBlock theKey1 ) : bool
RemoveLast ( ) : void
Size ( ) : int
Substitute ( int theIndex, BOPDS_PaveBlock theKey1 ) : void
Swap ( int theIndex1, int theIndex2 ) : void

Method Details

Add() public method

public Add ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
return int

BOPDS_IndexedMapOfPaveBlock() public method

public BOPDS_IndexedMapOfPaveBlock ( ) : System
return System

BOPDS_IndexedMapOfPaveBlock() public method

public BOPDS_IndexedMapOfPaveBlock ( BOPDS_IndexedMapOfPaveBlock theOther ) : System
theOther BOPDS_IndexedMapOfPaveBlock
return System

BOPDS_IndexedMapOfPaveBlock() public method

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

BOPDS_IndexedMapOfPaveBlock() public method

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

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 ( BOPDS_PaveBlock theKey1 ) : bool
theKey1 BOPDS_PaveBlock
return bool

Exchange() public method

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

FindIndex() public method

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

FindKey() public method

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

RemoveFromIndex() public method

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

RemoveKey() public method

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

Swap() public method

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