Daylight v4.9
Release Date: 1 February 2008

Name

dt_alloc_seq - allocate a new sequence object

Generic Prototype

dt_alloc_seq(void) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_alloc_seq(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_alloc_seq()

Description

Allocates a new sequence object. The sequence is initially empty.

Return Value

Returns the handle of a new sequence object or NULL_OB if an error is detected.

Related Topics

dt_alloc_integer(3) dt_alloc_real(3) dt_alloc_string(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_next(3) dt_reset(3) dt_append(3) dt_delete(3) dt_insert(3) dt_seqsort(3) dt_stream(3) dt_toend(3)