C API Functions |
Return a non-allocated, temporary, list of all analyzed file entities.
#include "udb/udb.h" void udbListFile(UdbEntity **list, int *items)
UdbEntity **list
Return a temporary list of all analyzed file entities (not allocated).
int *items
Return size of list.
There are no function return values.
udbListFile(&list, &size);
udbListEntity to get allocated list of all entities
udbListEntityFilter to filter list of entities to specified kinds
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |