udbKindListCopy

Description

Return an allocated copy of the specified kindlist.

Use udbKindListFree() to free the kindlist when done.

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

Syntax

#include “udb/udb.h” 
UdbKindList  udbKindListCopy(UdbKindList); 

Arguments

Argument
Description
UdbKindList *kindlist
The kindlist to copy

Return Values

Return Value
Description
UdbKindList *
Allocated copy of the specified kindlist

Example Usage

newkindlist = udbKindListCopy(kindlist); 

See Also

udbKindList

udbKindListFree


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