Daylight v4.9
Release Date: 1 February 2008

Name

dt_getval - retrieve the value of a binding

Generic Prototype

dt_getval(dt_Handle) => dt_Handle

C Prototype

#include "dt_smarts.h"

dt_Handle dt_getval(dt_Handle vbind)

FORTRAN Prototype

include 'dt_f_smarts.inc'

integer*4 dt_f_getval(vbind)

integer*4 vbind

Description

Gets the value of vbind. It will be a pattern object, pathset, or NULL_OB.

Return Value

Returns the object or NULL_OB if there is no value defined.

Related Topics

dt_alloc_pathset(3) dt_alloc_vbind(3) dt_match(3) dt_name(3) dt_setval(3) dt_smartin(3) dt_smarts_opt(3) dt_umatch(3) dt_vmatch(3)