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

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

공개 메소드들

메소드 설명
Assign ( TColStd_DataMapOfIntegerTransient theOther ) : TColStd_DataMapOfIntegerTransient
Bound ( int theKey, Standard_Transient theItem ) : Standard_Transient
ChangeFind ( int theKey ) : Standard_Transient
ChangeSeek ( int theKey ) : Standard_Transient
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( TColStd_DataMapOfIntegerTransient theOther ) : void
Find ( int theKey ) : Standard_Transient
Find ( int theKey, Standard_Transient theValue ) : bool
IsBound ( int theKey ) : bool
Seek ( int theKey ) : Standard_Transient
Size ( ) : int
TColStd_DataMapOfIntegerTransient ( ) : System
TColStd_DataMapOfIntegerTransient ( TColStd_DataMapOfIntegerTransient theOther ) : System
TColStd_DataMapOfIntegerTransient ( int theNbBuckets ) : System
TColStd_DataMapOfIntegerTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
UnBind ( int theKey ) : bool

메소드 상세

Assign() 공개 메소드

public Assign ( TColStd_DataMapOfIntegerTransient theOther ) : TColStd_DataMapOfIntegerTransient
theOther TColStd_DataMapOfIntegerTransient
리턴 TColStd_DataMapOfIntegerTransient

Bound() 공개 메소드

public Bound ( int theKey, Standard_Transient theItem ) : Standard_Transient
theKey int
theItem Standard_Transient
리턴 Standard_Transient

ChangeFind() 공개 메소드

public ChangeFind ( int theKey ) : Standard_Transient
theKey int
리턴 Standard_Transient

ChangeSeek() 공개 메소드

public ChangeSeek ( int theKey ) : Standard_Transient
theKey int
리턴 Standard_Transient

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

Exchange() 공개 메소드

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

Find() 공개 메소드

public Find ( int theKey ) : Standard_Transient
theKey int
리턴 Standard_Transient

Find() 공개 메소드

public Find ( int theKey, Standard_Transient theValue ) : bool
theKey int
theValue Standard_Transient
리턴 bool

IsBound() 공개 메소드

public IsBound ( int theKey ) : bool
theKey int
리턴 bool

Seek() 공개 메소드

public Seek ( int theKey ) : Standard_Transient
theKey int
리턴 Standard_Transient

Size() 공개 메소드

public Size ( ) : int
리턴 int

TColStd_DataMapOfIntegerTransient() 공개 메소드

public TColStd_DataMapOfIntegerTransient ( ) : System
리턴 System

TColStd_DataMapOfIntegerTransient() 공개 메소드

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

TColStd_DataMapOfIntegerTransient() 공개 메소드

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

TColStd_DataMapOfIntegerTransient() 공개 메소드

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

UnBind() 공개 메소드

public UnBind ( int theKey ) : bool
theKey int
리턴 bool