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