Method | Description | |
---|---|---|
Add ( Standard_Transient theKey1 ) : int | ||
Clear ( ) : void | ||
Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
Clear ( bool doReleaseMemory ) : void | ||
Contains ( Standard_Transient theKey1 ) : bool | ||
Exchange ( |
||
FindIndex ( Standard_Transient theKey1 ) : int | ||
FindKey ( int theIndex ) : Standard_Transient | ||
RemoveFromIndex ( int theIndex ) : void | ||
RemoveKey ( Standard_Transient theKey1 ) : bool | ||
RemoveLast ( ) : void | ||
Size ( ) : int | ||
Substitute ( int theIndex, Standard_Transient theKey1 ) : void | ||
Swap ( int theIndex1, int theIndex2 ) : void | ||
TColStd_IndexedMapOfTransient ( ) : System | ||
TColStd_IndexedMapOfTransient ( |
||
TColStd_IndexedMapOfTransient ( int theNbBuckets ) : System | ||
TColStd_IndexedMapOfTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System |
public Add ( Standard_Transient theKey1 ) : int | ||
theKey1 | Standard_Transient | |
return | int |
public Clear ( NCollection_BaseAllocator theAllocator ) : void | ||
theAllocator | NCollection_BaseAllocator | |
return | void |
public Contains ( Standard_Transient theKey1 ) : bool | ||
theKey1 | Standard_Transient | |
return | bool |
public Exchange ( |
||
theOther | ||
return | void |
public FindIndex ( Standard_Transient theKey1 ) : int | ||
theKey1 | Standard_Transient | |
return | int |
public FindKey ( int theIndex ) : Standard_Transient | ||
theIndex | int | |
return | Standard_Transient |
public RemoveFromIndex ( int theIndex ) : void | ||
theIndex | int | |
return | void |
public RemoveKey ( Standard_Transient theKey1 ) : bool | ||
theKey1 | Standard_Transient | |
return | bool |
public Substitute ( int theIndex, Standard_Transient theKey1 ) : void | ||
theIndex | int | |
theKey1 | Standard_Transient | |
return | void |
public Swap ( int theIndex1, int theIndex2 ) : void | ||
theIndex1 | int | |
theIndex2 | int | |
return | void |
public TColStd_IndexedMapOfTransient ( ) : System | ||
return | System |
public TColStd_IndexedMapOfTransient ( |
||
theOther | ||
return | System |
public TColStd_IndexedMapOfTransient ( int theNbBuckets ) : System | ||
theNbBuckets | int | |
return | System |
public TColStd_IndexedMapOfTransient ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System | ||
theNbBuckets | int | |
theAllocator | NCollection_BaseAllocator | |
return | System |