SECEdit::m_ItemDataArray

CTypedPtrArray<CPtrArray, SECEditItemData*> SECEdit::m_ItemDataArray

An array of SECEditItemData object pointers. The objects they point to contain data pertinent to each line of text. The objects in this array can also be accessed through the typed pointer map, m_ItemDataMap.

Developer Notes

This member is an internal implementation detail of Objective Edit and may be subject to change in future versions.

See Also

SECEdit SECEditItemData m_ItemDataMap