Location:
cntfield.h
Link against: cntmodel.lib
CContactItemFieldDef
Supported from 5.0
A field definition is an array of field types. Field definitions
are used in the CContactDatabase
find functions to specify a
subset of fields to search.
The CContactItemFieldDef
class is derived from
CArrayFixFlat<TUid>
so all relevant functions can be used,
e.g. to add and remove elements. It adds no functions other than a
constructor.
|
Defined in CContactItemFieldDef
:
CContactItemFieldDef()
Inherited from CArrayFix
:
AppendL()
,
AppendL()Append
,
Array()
,
At()
,
Back()
,
End()
,
ExpandL()
,
ExtendL()
,
Find()
,
FindIsq()
,
InsertIsqAllowDuplicatesL()
,
InsertIsqL()
,
InsertL()
,
ResizeL()
,
operator[]
Inherited from CArrayFixBase
:
Compress()
,
Count()
,
Delete()
,
Length()
,
Reset()
,
Sort()
Inherited from CArrayFixFlat
:
SetReserveL()
Inherited from CBase
:
operator new()
CContactItemFieldDef()
The default C++ constructor is used to construct the
CContactItemFieldDef
object, with an array granularity of
8.