C# Class CascadeSharp.TKBO.BOPDS.BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock

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

Méthodes publiques

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

Method Details

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() public méthode

public BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock ( ) : System
Résultat System

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() public méthode

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

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() public méthode

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

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() public méthode

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

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 ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : bool
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
Résultat bool

Exchange() public méthode

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

FindIndex() public méthode

public FindIndex ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
Résultat int

FindKey() public méthode

public FindKey ( int theIndex ) : CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
theIndex int
Résultat CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock

RemoveFromIndex() public méthode

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

RemoveKey() public méthode

public RemoveKey ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : void
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
Résultat void

RemoveLast() public méthode

public RemoveLast ( ) : void
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Swap() public méthode

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