C# 클래스 CascadeSharp.TKBO.BOPDS.BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() 공개 메소드

public BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock ( ) : System
리턴 System

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() 공개 메소드

public BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock ( BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock theOther ) : System
theOther BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock
리턴 System

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() 공개 메소드

public BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock ( int theNbBuckets ) : System
theNbBuckets int
리턴 System

BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock() 공개 메소드

public BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
리턴 void

Clear() 공개 메소드

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
리턴 void

Contains() 공개 메소드

public Contains ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : bool
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
리턴 bool

Exchange() 공개 메소드

public Exchange ( BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock theOther ) : void
theOther BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock
리턴 void

FindIndex() 공개 메소드

public FindIndex ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
리턴 int

FindKey() 공개 메소드

public FindKey ( int theIndex ) : CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
theIndex int
리턴 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock

RemoveFromIndex() 공개 메소드

public RemoveFromIndex ( int theIndex ) : void
theIndex int
리턴 void

RemoveKey() 공개 메소드

public RemoveKey ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : void
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
리턴 void

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Swap() 공개 메소드

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
리턴 void