udbIsKindFile

Description

Return true if the specified kind refers to a “file” kind entity.

Refer to the language-specific listings of entity kinds in Entity and Reference Kinds.

Syntax

#include “udb/udb.h” 
int udbIsKindFile( UdbKind kind) 

Arguments

Argument
Description
UdbKind kind
Specify the entity kind

Return Values

Return Values
Description
int
Returns true if the specified kind is a kind of file; false otherwise.

Example Usage

if (udbIsKindFile(udbEntityKind(entity))
{ ... } 

See Also

udbListFile

udbListReferenceFile

udbLookupFile

udbReferenceFile

udbEntityKind

udbIsKind

udbKindInverse

udbKindLanguage

udbKindList

udbKindLocate

udbKindLongname

udbKindParse

udbKindShortname


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