GME
13
|
#include <CoreDictionaryAttributeValue.h>
Public Types | |
typedef std::unordered_map < CComBSTR, CComBSTR, CComBSTR_Length > | map_type |
Public Member Functions | |
CCoreDictionaryAttributeValue () | |
~CCoreDictionaryAttributeValue () | |
STDMETHOD() | put_Value (BSTR Key, BSTR Value) |
STDMETHOD() | get_Value (BSTR Key, BSTR *Value) |
STDMETHOD() | get_Keys (VARIANT *Keys) |
STDMETHOD() | get_Map (VARIANT *Map) |
STDMETHOD() | put_Map (VARIANT Map) |
STDMETHOD() | Clone (ICoreDictionaryAttributeValue **Clone) |
Public Attributes | |
map_type | m_dict |
Definition at line 11 of file CoreDictionaryAttributeValue.h.
typedef std::unordered_map<CComBSTR, CComBSTR, CComBSTR_Length> CCoreDictionaryAttributeValue::map_type |
Definition at line 57 of file CoreDictionaryAttributeValue.h.
Definition at line 16 of file CoreDictionaryAttributeValue.h.
Definition at line 17 of file CoreDictionaryAttributeValue.h.
STDMETHOD() CCoreDictionaryAttributeValue::Clone | ( | ICoreDictionaryAttributeValue ** | Clone | ) | [inline] |
Definition at line 43 of file CoreDictionaryAttributeValue.h.
STDMETHODIMP CCoreDictionaryAttributeValue::get_Keys | ( | VARIANT * | Keys | ) |
Definition at line 24 of file CoreDictionaryAttributeValue.cpp.
STDMETHOD() CCoreDictionaryAttributeValue::get_Map | ( | VARIANT * | Map | ) | [inline] |
Definition at line 32 of file CoreDictionaryAttributeValue.h.
STDMETHODIMP CCoreDictionaryAttributeValue::get_Value | ( | BSTR | Key, |
BSTR * | Value | ||
) |
Definition at line 11 of file CoreDictionaryAttributeValue.cpp.
STDMETHOD() CCoreDictionaryAttributeValue::put_Map | ( | VARIANT | Map | ) | [inline] |
Definition at line 38 of file CoreDictionaryAttributeValue.h.
STDMETHODIMP CCoreDictionaryAttributeValue::put_Value | ( | BSTR | Key, |
BSTR | Value | ||
) |
Definition at line 5 of file CoreDictionaryAttributeValue.cpp.
Definition at line 58 of file CoreDictionaryAttributeValue.h.