C# Класс CascadeSharp.TKernel.TColStd.TColStd_IndexedDataMapOfStringString

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( TCollection_AsciiString theKey1, TCollection_AsciiString theItem ) : int
theKey1 TCollection_AsciiString
theItem TCollection_AsciiString
Результат int

ChangeFromIndex() публичный Метод

public ChangeFromIndex ( int theIndex ) : TCollection_AsciiString
theIndex int
Результат TCollection_AsciiString

ChangeFromKey() публичный Метод

public ChangeFromKey ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Результат TCollection_AsciiString

ChangeSeek() публичный Метод

public ChangeSeek ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Результат TCollection_AsciiString

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clear() публичный Метод

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Результат void

Clear() публичный Метод

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Результат void

Contains() публичный Метод

public Contains ( TCollection_AsciiString theKey1 ) : bool
theKey1 TCollection_AsciiString
Результат bool

Exchange() публичный Метод

public Exchange ( TColStd_IndexedDataMapOfStringString theOther ) : void
theOther TColStd_IndexedDataMapOfStringString
Результат void

FindFromIndex() публичный Метод

public FindFromIndex ( int theIndex ) : TCollection_AsciiString
theIndex int
Результат TCollection_AsciiString

FindFromKey() публичный Метод

public FindFromKey ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Результат TCollection_AsciiString

FindFromKey() публичный Метод

public FindFromKey ( TCollection_AsciiString theKey1, TCollection_AsciiString theValue ) : bool
theKey1 TCollection_AsciiString
theValue TCollection_AsciiString
Результат bool

FindIndex() публичный Метод

public FindIndex ( TCollection_AsciiString theKey1 ) : int
theKey1 TCollection_AsciiString
Результат int

FindKey() публичный Метод

public FindKey ( int theIndex ) : TCollection_AsciiString
theIndex int
Результат TCollection_AsciiString

RemoveFromIndex() публичный Метод

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Результат void

RemoveKey() публичный Метод

public RemoveKey ( TCollection_AsciiString theKey1 ) : void
theKey1 TCollection_AsciiString
Результат void

RemoveLast() публичный Метод

public RemoveLast ( ) : void
Результат void

Seek() публичный Метод

public Seek ( TCollection_AsciiString theKey1 ) : TCollection_AsciiString
theKey1 TCollection_AsciiString
Результат TCollection_AsciiString

Size() публичный Метод

public Size ( ) : int
Результат int

Substitute() публичный Метод

public Substitute ( int theIndex, TCollection_AsciiString theKey1, TCollection_AsciiString theItem ) : void
theIndex int
theKey1 TCollection_AsciiString
theItem TCollection_AsciiString
Результат void

Swap() публичный Метод

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Результат void

TColStd_IndexedDataMapOfStringString() публичный Метод

public TColStd_IndexedDataMapOfStringString ( ) : System
Результат System

TColStd_IndexedDataMapOfStringString() публичный Метод

public TColStd_IndexedDataMapOfStringString ( TColStd_IndexedDataMapOfStringString theOther ) : System
theOther TColStd_IndexedDataMapOfStringString
Результат System

TColStd_IndexedDataMapOfStringString() публичный Метод

public TColStd_IndexedDataMapOfStringString ( int theNbBuckets ) : System
theNbBuckets int
Результат System

TColStd_IndexedDataMapOfStringString() публичный Метод

public TColStd_IndexedDataMapOfStringString ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Результат System