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

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

공개 메소드들

메소드 설명
Added ( int K ) : int
Assign ( TColStd_MapOfInteger theOther ) : TColStd_MapOfInteger
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( TColStd_MapOfInteger theOther ) : bool
Contains ( int K ) : bool
Differ ( TColStd_MapOfInteger theOther ) : bool
Difference ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
Exchange ( TColStd_MapOfInteger theOther ) : void
HasIntersection ( TColStd_MapOfInteger theMap ) : bool
Intersect ( TColStd_MapOfInteger theOther ) : bool
Intersection ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
IsEqual ( TColStd_MapOfInteger theOther ) : bool
Remove ( int K ) : bool
Size ( ) : int
Subtract ( TColStd_MapOfInteger theOther ) : bool
Subtraction ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
TColStd_MapOfInteger ( ) : System
TColStd_MapOfInteger ( TColStd_MapOfInteger theOther ) : System
TColStd_MapOfInteger ( int theNbBuckets ) : System
TColStd_MapOfInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Union ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
Unite ( TColStd_MapOfInteger theOther ) : bool

메소드 상세

Added() 공개 메소드

public Added ( int K ) : int
K int
리턴 int

Assign() 공개 메소드

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

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 ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
리턴 bool

Contains() 공개 메소드

public Contains ( int K ) : bool
K int
리턴 bool

Differ() 공개 메소드

public Differ ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
리턴 bool

Difference() 공개 메소드

public Difference ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
리턴 void

Exchange() 공개 메소드

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

HasIntersection() 공개 메소드

public HasIntersection ( TColStd_MapOfInteger theMap ) : bool
theMap TColStd_MapOfInteger
리턴 bool

Intersect() 공개 메소드

public Intersect ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
리턴 bool

Intersection() 공개 메소드

public Intersection ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
리턴 void

IsEqual() 공개 메소드

public IsEqual ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
리턴 bool

Remove() 공개 메소드

public Remove ( int K ) : bool
K int
리턴 bool

Size() 공개 메소드

public Size ( ) : int
리턴 int

Subtract() 공개 메소드

public Subtract ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
리턴 bool

Subtraction() 공개 메소드

public Subtraction ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
리턴 void

TColStd_MapOfInteger() 공개 메소드

public TColStd_MapOfInteger ( ) : System
리턴 System

TColStd_MapOfInteger() 공개 메소드

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

TColStd_MapOfInteger() 공개 메소드

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

TColStd_MapOfInteger() 공개 메소드

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

Union() 공개 메소드

public Union ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
리턴 void

Unite() 공개 메소드

public Unite ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
리턴 bool