_ntar_read_iterator Struct Reference

#include <ntar_int.h>


Detailed Description

This structure is used to maintain the offset of previous, current and next section or block in a file opened in read mode.


Data Fields

ntar_foff prev_pos
 Position (offset in the file) of the previous section, or NTAR_POS_NOT_DEFINED.
ntar_foff curr_pos
 Position (offset in the file) of the current section, or NTAR_POS_NOT_DEFINED.
ntar_foff next_pos
 Position (offset in the file) of the next section, or NTAR_POS_NOT_DEFINED.


Field Documentation

ntar_foff _ntar_read_iterator::curr_pos
 

Position (offset in the file) of the current section, or NTAR_POS_NOT_DEFINED.

ntar_foff _ntar_read_iterator::next_pos
 

Position (offset in the file) of the next section, or NTAR_POS_NOT_DEFINED.

ntar_foff _ntar_read_iterator::prev_pos
 

Position (offset in the file) of the previous section, or NTAR_POS_NOT_DEFINED.


The documentation for this struct was generated from the following file:

NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.