|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| IEDMS_PairWideString * | GetPair (int i) |
| bool | TryGetValue (std::wstring const AKey, std::wstring *AValue) |
| IEDMS_PairWideString * | NewPair (std::wstring const AKey, std::wstring const AValue, int *AIndex) |
| bool | TryGetKey (std::wstring const AValue, std::wstring *AKey) |
| Public Member Functions inherited from DXP::IInterfaceList | |
| IDispatch * | Get (int Index) |
| int | GetCapacity () |
| int | GetCount () |
| void | Put (int Index, IDispatch *const Item) |
| void | SetCapacity (int NewCapacity) |
| void | SetCount (int NewCount) |
| void | Clear () |
| void | Delete (int Index) |
| void | Exchange (int Index1, int Index2) |
| IDispatch * | First () |
| int | IndexOf (IDispatch *const Item) |
| int | Add (IDispatch *const Item) |
| void | Insert (int Index, IDispatch *const Item) |
| IDispatch * | Last () |
| int | Remove (IDispatch *const Item) |
| void | Lock () |
| void | Unlock () |
| IEDMS_PairWideString * DXP::IEDMS_DictionaryWideString::GetPair | ( | int | i | ) |
| IEDMS_PairWideString * DXP::IEDMS_DictionaryWideString::NewPair | ( | std::wstring const | AKey, |
| std::wstring const | AValue, | ||
| int * | AIndex ) |
| bool DXP::IEDMS_DictionaryWideString::TryGetKey | ( | std::wstring const | AValue, |
| std::wstring * | AKey ) |
| bool DXP::IEDMS_DictionaryWideString::TryGetValue | ( | std::wstring const | AKey, |
| std::wstring * | AValue ) |