Daylight v4.9
Release Date: 1 February 2008

Name

dt_next - retrieve the next object in a compound object

Generic Prototype

dt_next(dt_Handle) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_next(dt_Handle object)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_next(object)

integer*4 object

Description

Gets the next object in the sequence or stream.

Return Value

Returns an object handle or the NULL_OB if all items of the stream or sequence have already been returned.

Related Topics

dt_alloc_seq(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_reset(3) dt_stream(3) dt_toend(3)