C# Class CascadeSharp.TKernel.TColStd.TColStd_MapOfInteger

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

Added() public method

public Added ( int K ) : int
K int
return int

Assign() public method

public Assign ( TColStd_MapOfInteger theOther ) : TColStd_MapOfInteger
theOther TColStd_MapOfInteger
return TColStd_MapOfInteger

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Clear() public method

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
return void

Contains() public method

public Contains ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
return bool

Contains() public method

public Contains ( int K ) : bool
K int
return bool

Differ() public method

public Differ ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
return bool

Difference() public method

public Difference ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
return void

Exchange() public method

public Exchange ( TColStd_MapOfInteger theOther ) : void
theOther TColStd_MapOfInteger
return void

HasIntersection() public method

public HasIntersection ( TColStd_MapOfInteger theMap ) : bool
theMap TColStd_MapOfInteger
return bool

Intersect() public method

public Intersect ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
return bool

Intersection() public method

public Intersection ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
return void

IsEqual() public method

public IsEqual ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
return bool

Remove() public method

public Remove ( int K ) : bool
K int
return bool

Size() public method

public Size ( ) : int
return int

Subtract() public method

public Subtract ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
return bool

Subtraction() public method

public Subtraction ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
return void

TColStd_MapOfInteger() public method

public TColStd_MapOfInteger ( ) : System
return System

TColStd_MapOfInteger() public method

public TColStd_MapOfInteger ( TColStd_MapOfInteger theOther ) : System
theOther TColStd_MapOfInteger
return System

TColStd_MapOfInteger() public method

public TColStd_MapOfInteger ( int theNbBuckets ) : System
theNbBuckets int
return System

TColStd_MapOfInteger() public method

public TColStd_MapOfInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
return System

Union() public method

public Union ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
return void

Unite() public method

public Unite ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
return bool