C# Class CascadeSharp.TKernel.TColStd.TColStd_MapOfAsciiString

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

Public Methods

Method Description
Added ( TCollection_AsciiString K ) : TCollection_AsciiString
Assign ( TColStd_MapOfAsciiString theOther ) : TColStd_MapOfAsciiString
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( TColStd_MapOfAsciiString theOther ) : bool
Contains ( TCollection_AsciiString K ) : bool
Differ ( TColStd_MapOfAsciiString theOther ) : bool
Difference ( TColStd_MapOfAsciiString theLeft, TColStd_MapOfAsciiString theRight ) : void
Exchange ( TColStd_MapOfAsciiString theOther ) : void
HasIntersection ( TColStd_MapOfAsciiString theMap ) : bool
Intersect ( TColStd_MapOfAsciiString theOther ) : bool
Intersection ( TColStd_MapOfAsciiString theLeft, TColStd_MapOfAsciiString theRight ) : void
IsEqual ( TColStd_MapOfAsciiString theOther ) : bool
Remove ( TCollection_AsciiString K ) : bool
Size ( ) : int
Subtract ( TColStd_MapOfAsciiString theOther ) : bool
Subtraction ( TColStd_MapOfAsciiString theLeft, TColStd_MapOfAsciiString theRight ) : void
TColStd_MapOfAsciiString ( ) : System
TColStd_MapOfAsciiString ( TColStd_MapOfAsciiString theOther ) : System
TColStd_MapOfAsciiString ( int theNbBuckets ) : System
TColStd_MapOfAsciiString ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Union ( TColStd_MapOfAsciiString theLeft, TColStd_MapOfAsciiString theRight ) : void
Unite ( TColStd_MapOfAsciiString theOther ) : bool

Method Details

Added() public method

public Added ( TCollection_AsciiString K ) : TCollection_AsciiString
K TCollection_AsciiString
return TCollection_AsciiString

Assign() public method

public Assign ( TColStd_MapOfAsciiString theOther ) : TColStd_MapOfAsciiString
theOther TColStd_MapOfAsciiString
return TColStd_MapOfAsciiString

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_MapOfAsciiString theOther ) : bool
theOther TColStd_MapOfAsciiString
return bool

Contains() public method

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

Differ() public method

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

Difference() public method

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

Exchange() public method

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

HasIntersection() public method

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

Intersect() public method

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

Intersection() public method

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

IsEqual() public method

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

Remove() public method

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

Size() public method

public Size ( ) : int
return int

Subtract() public method

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

Subtraction() public method

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

TColStd_MapOfAsciiString() public method

public TColStd_MapOfAsciiString ( ) : System
return System

TColStd_MapOfAsciiString() public method

public TColStd_MapOfAsciiString ( TColStd_MapOfAsciiString theOther ) : System
theOther TColStd_MapOfAsciiString
return System

TColStd_MapOfAsciiString() public method

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

TColStd_MapOfAsciiString() public method

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

Union() public method

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

Unite() public method

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