IIndexableConcept 介面 (dbgmodel.h)
任何物件,此容器都支援從指定的 N 維度索引器隨機存取專案擷取,實作這個概念。
對象可透過支援 IIndexableConcept) 取得可編製索引 (,而且無法透過不支援 IIterableConcept) 來反覆運算 (。
繼承
IIndexableConcept 繼承自 IUnknown。
方法
IIndexableConcept 介面具有這些方法。
IIndexableConcept::AddRef IIndexableConcept::AddRef 方法會遞增 物件上介面的參考計數。 |
IIndexableConcept::GetAt GetAt 方法會從索引物件內擷取位於特定 N 維索引處的值。 |
IIndexableConcept::GetDimensionality GetDimensionality 方法會傳回物件所編製索引的維度數目。 |
IIndexableConcept::QueryInterface IIndexableConcept::QueryInterface 方法會擷取對象上支援介面的指標。 |
IIndexableConcept::Release IIndexableConcept::Release 方法會遞減 物件上介面的參考計數。 |
IIndexableConcept::SetAt SetAt 方法會嘗試從索引物件內的特定 N 維索引設定值。 |
規格需求
需求 | 值 |
---|---|
標頭 | dbgmodel.h |