Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

dt_stream_step_ Struct Reference

#include <dt_stream.h>


Detailed Description

Data providing all required data for a single step of the traversal of a data tree.

Definition at line 17 of file dt_stream.h.

Data Fields

enum dt_step_kind kind
 The type of this record step.

dt_byte const * key
 the key data associated with this step

size_t key_len
 The length of the data eventually pointed to by key.

dt_byte const * val
 the value data associated with a leaf step

size_t val_len
 The length of the data eventually pointed to by val.


Field Documentation

dt_byte const* dt_stream_step_::key
 

the key data associated with this step

Definition at line 20 of file dt_stream.h.

size_t dt_stream_step_::key_len
 

The length of the data eventually pointed to by key.

Definition at line 21 of file dt_stream.h.

enum dt_step_kind dt_stream_step_::kind
 

The type of this record step.

Definition at line 19 of file dt_stream.h.

dt_byte const* dt_stream_step_::val
 

the value data associated with a leaf step

Definition at line 22 of file dt_stream.h.

size_t dt_stream_step_::val_len
 

The length of the data eventually pointed to by val.

Definition at line 23 of file dt_stream.h.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 1 16:35:38 2003 for datatree by doxygen 1.3.1