Synopsis

(macro) DDF_TF * ddf_GetTFList(void)

Purpose

Get list of entity TFs.

Description

The location of the entity TF list in the current DDF will be returned. Since this function simply returns the the location of the entry in the DDF, care must be taken to not change the information at the returned location. The returned array will contain the TFs of all entities defined in the current DDF including subentities. The array is indexed by entity TFI. See ddf_GetEntityTFI for further information.

Return

The list of entity TFs defined in the DDF.