C API Functions |
Return the entity of the specified reference. This is the entity being referenced.
#include "udb/udb.h" UdbEntity udbReferenceEntity(UdbReference ref)
UdbReference ref
Specified reference.
UdbEntity
Entity being referenced.
printf ("%s: %s (%s [%d,%d])\n", udbKindShortname(udbReferenceKind(ref)), udbEntityNameShort(udbReferenceEntity(ref)), udbEntityNameShort(udbReferenceFile(ref)), udbReferenceLine(ref), udbReferenceColumn(ref) );
udbReferenceColumn to get the column position of the specified reference.
udbReferenceFile to get the file of the specified reference.
udbReferenceKind to get the kind of reference.
udbReferenceLine to get the line of the specified reference.
udbReferenceScope to get the entity performing the reference.
Scientific Toolworks, Inc. http://www.scitools.com Voice: (802) 763-2995 Fax: (802) 763-3066 support@scitools.com sales@scitools.com |