C# Класс CascadeSharp.TKernel.TColStd.TColStd_MapOfInteger

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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