C# 클래스 CascadeSharp.TKernel.TColStd.TColStd_IndexedMapOfInteger

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( int theKey1 ) : int
theKey1 int
리턴 int

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 ( int theKey1 ) : bool
theKey1 int
리턴 bool

Exchange() 공개 메소드

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

FindIndex() 공개 메소드

public FindIndex ( int theKey1 ) : int
theKey1 int
리턴 int

FindKey() 공개 메소드

public FindKey ( int theIndex ) : int
theIndex int
리턴 int

RemoveFromIndex() 공개 메소드

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

RemoveKey() 공개 메소드

public RemoveKey ( int theKey1 ) : bool
theKey1 int
리턴 bool

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Substitute() 공개 메소드

public Substitute ( int theIndex, int theKey1 ) : void
theIndex int
theKey1 int
리턴 void

Swap() 공개 메소드

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

TColStd_IndexedMapOfInteger() 공개 메소드

public TColStd_IndexedMapOfInteger ( ) : System
리턴 System

TColStd_IndexedMapOfInteger() 공개 메소드

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

TColStd_IndexedMapOfInteger() 공개 메소드

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

TColStd_IndexedMapOfInteger() 공개 메소드

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