C API Functions |
Currently only applies to Understand for Ada databases and only the "standard" Ada library is supported. Future versions of Understand will support libraries.
#include "udb/udb.h" void udbLibraryFilterEntity(UdbEntity *ents, char *filter, UdbEntity **newents, int *num);
There is no function return value.
udbLibraryFilterEntity(entities, "~standard", &entities, &size);
udbLibraryCheckEntity to check if an entity is in the specified library list.
udbLibraryList to get a filtered list of libraries.
udbLibraryName to get the name of a library.
udbListEntityFree to free the entity list.
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |