C# Class CascadeSharp.TKernel.TColStd.TColStd_IndexedDataMapOfStringString

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

Méthodes publiques

Méthode Description
Add ( TCollection_AsciiString theKey1, TCollection_AsciiString theItem ) : int
ChangeFromIndex ( int theIndex ) : TCollection_AsciiString
ChangeFromKey ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
ChangeSeek ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( TCollection_AsciiString theKey1 ) : bool
Exchange ( TColStd_IndexedDataMapOfStringString theOther ) : void
FindFromIndex ( int theIndex ) : TCollection_AsciiString
FindFromKey ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
FindFromKey ( TCollection_AsciiString theKey1, TCollection_AsciiString theValue ) : bool
FindIndex ( TCollection_AsciiString theKey1 ) : int
FindKey ( int theIndex ) : TCollection_AsciiString
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( TCollection_AsciiString theKey1 ) : void
RemoveLast ( ) : void
Seek ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
Size ( ) : int
Substitute ( int theIndex, TCollection_AsciiString theKey1, TCollection_AsciiString theItem ) : void
Swap ( int theIndex1, int theIndex2 ) : void
TColStd_IndexedDataMapOfStringString ( ) : System
TColStd_IndexedDataMapOfStringString ( TColStd_IndexedDataMapOfStringString theOther ) : System
TColStd_IndexedDataMapOfStringString ( int theNbBuckets ) : System
TColStd_IndexedDataMapOfStringString ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System

Method Details

Add() public méthode

public Add ( TCollection_AsciiString theKey1, TCollection_AsciiString theItem ) : int
theKey1 TCollection_AsciiString
theItem TCollection_AsciiString
Résultat int

ChangeFromIndex() public méthode

public ChangeFromIndex ( int theIndex ) : TCollection_AsciiString
theIndex int
Résultat TCollection_AsciiString

ChangeFromKey() public méthode

public ChangeFromKey ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Résultat TCollection_AsciiString

ChangeSeek() public méthode

public ChangeSeek ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Résultat TCollection_AsciiString

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 ( TCollection_AsciiString theKey1 ) : bool
theKey1 TCollection_AsciiString
Résultat bool

Exchange() public méthode

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

FindFromIndex() public méthode

public FindFromIndex ( int theIndex ) : TCollection_AsciiString
theIndex int
Résultat TCollection_AsciiString

FindFromKey() public méthode

public FindFromKey ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Résultat TCollection_AsciiString

FindFromKey() public méthode

public FindFromKey ( TCollection_AsciiString theKey1, TCollection_AsciiString theValue ) : bool
theKey1 TCollection_AsciiString
theValue TCollection_AsciiString
Résultat bool

FindIndex() public méthode

public FindIndex ( TCollection_AsciiString theKey1 ) : int
theKey1 TCollection_AsciiString
Résultat int

FindKey() public méthode

public FindKey ( int theIndex ) : TCollection_AsciiString
theIndex int
Résultat TCollection_AsciiString

RemoveFromIndex() public méthode

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Résultat void

RemoveKey() public méthode

public RemoveKey ( TCollection_AsciiString theKey1 ) : void
theKey1 TCollection_AsciiString
Résultat void

RemoveLast() public méthode

public RemoveLast ( ) : void
Résultat void

Seek() public méthode

public Seek ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Résultat TCollection_AsciiString

Size() public méthode

public Size ( ) : int
Résultat int

Substitute() public méthode

public Substitute ( int theIndex, TCollection_AsciiString theKey1, TCollection_AsciiString theItem ) : void
theIndex int
theKey1 TCollection_AsciiString
theItem TCollection_AsciiString
Résultat void

Swap() public méthode

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Résultat void

TColStd_IndexedDataMapOfStringString() public méthode

public TColStd_IndexedDataMapOfStringString ( ) : System
Résultat System

TColStd_IndexedDataMapOfStringString() public méthode

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

TColStd_IndexedDataMapOfStringString() public méthode

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

TColStd_IndexedDataMapOfStringString() public méthode

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