C# Class CascadeSharp.TKernel.TColStd.TColStd_MapOfInteger

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Added ( int K ) : int
K int
Résultat int

Assign() public méthode

public Assign ( TColStd_MapOfInteger theOther ) : TColStd_MapOfInteger
theOther TColStd_MapOfInteger
Résultat TColStd_MapOfInteger

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Clear() public méthode

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Résultat void

Contains() public méthode

public Contains ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
Résultat bool

Contains() public méthode

public Contains ( int K ) : bool
K int
Résultat bool

Differ() public méthode

public Differ ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
Résultat bool

Difference() public méthode

public Difference ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
Résultat void

Exchange() public méthode

public Exchange ( TColStd_MapOfInteger theOther ) : void
theOther TColStd_MapOfInteger
Résultat void

HasIntersection() public méthode

public HasIntersection ( TColStd_MapOfInteger theMap ) : bool
theMap TColStd_MapOfInteger
Résultat bool

Intersect() public méthode

public Intersect ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
Résultat bool

Intersection() public méthode

public Intersection ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
Résultat void

IsEqual() public méthode

public IsEqual ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
Résultat bool

Remove() public méthode

public Remove ( int K ) : bool
K int
Résultat bool

Size() public méthode

public Size ( ) : int
Résultat int

Subtract() public méthode

public Subtract ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
Résultat bool

Subtraction() public méthode

public Subtraction ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
Résultat void

TColStd_MapOfInteger() public méthode

public TColStd_MapOfInteger ( ) : System
Résultat System

TColStd_MapOfInteger() public méthode

public TColStd_MapOfInteger ( TColStd_MapOfInteger theOther ) : System
theOther TColStd_MapOfInteger
Résultat System

TColStd_MapOfInteger() public méthode

public TColStd_MapOfInteger ( int theNbBuckets ) : System
theNbBuckets int
Résultat System

TColStd_MapOfInteger() public méthode

public TColStd_MapOfInteger ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Résultat System

Union() public méthode

public Union ( TColStd_MapOfInteger theLeft, TColStd_MapOfInteger theRight ) : void
theLeft TColStd_MapOfInteger
theRight TColStd_MapOfInteger
Résultat void

Unite() public méthode

public Unite ( TColStd_MapOfInteger theOther ) : bool
theOther TColStd_MapOfInteger
Résultat bool