udbEntityKind

Description

Returns the kind of the specified entity.

There are numerous different defined kinds of entities for each language. Refer to the language-specific listings of entity kinds in Entity and Reference Kinds

Syntax

#include “udb/udb.h” 
UdbKind   udbEntityKind(UdbEntity entity) 

Arguments

Argument
Description
UdbEntity entity
Specify the entity

Return Values

Return Values
Description
UdbKind
Refer to the language-specific listings of entity kinds for each language in Entity and Reference Kinds.

Example Usage

printf (“entity %s is of kind %s\n”,
            udbEntityNameShort(entity),
            udbKindShortname(udbEntityKind(entity)) ); 

See Also

udbIsKind

udbIsKindFile

udbKindInverse

udbKindLanguage

udbKindList

udbKindLocate

udbKindLongname

udbKindParse

udbKindShortname


Scientific Toolworks, Inc.
http://www.scitools.com