C API Functions |
The longname is the fullname of the kind. The shortname is an informal name for the kind.
#include "udb/udb.h" char *udbKindLongname(UdbKind kind);
char *
The longname associated with the specified kind. The returned name is Static, Non-Allocated.
printf(" (%s)\n", udbKindLongname( udbEntityKind(entity)) );
udbEntityKind to get the kind of a specified entity.
udbKindShortname to get the short name 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 |