C API Functions |
The shortname is an informal name for the kind. In contrast, the longname is the fullname of the kind.
#include "udb/udb.h" char *udbKindShortname(UdbKind)
char *
The shortame associated with the specified kind. The returned name is Static, Non-Allocated.
printf("%s\n", udbKindShortname(udbEntityKind(entity)));
udbEntityKind to get the kind of a specified entity.
udbKindLongname to get the official fullname of the specified kind.
udbReferenceKind to get the kind of a specified reference.
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |