|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <HDFSequence.h>


Public Member Functions | |
| HDFSequence (const string &n, const string &d) | |
| virtual BaseType * | ptr_duplicate () |
| virtual bool | read () |
| virtual bool | read_tagref (int32 tag, int32 ref, int &error) |
| virtual void | transfer_attributes (AttrTable *at_container) |
| virtual | ~HDFSequence () |
Protected Attributes | |
| int | row |
| hdf_vdata | vd |
Definition at line 54 of file HDFSequence.h.
| HDFSequence::HDFSequence | ( | const string & | n, |
| const string & | d | ||
| ) |
Definition at line 58 of file HDFSequence.cc.
Referenced by ptr_duplicate().
|
virtual |
Definition at line 63 of file HDFSequence.cc.
|
virtual |
Definition at line 67 of file HDFSequence.cc.
References HDFSequence().

|
virtual |
Definition at line 74 of file HDFSequence.cc.
References read_tagref().

|
virtual |
Implements ReadTagRef.
Definition at line 83 of file HDFSequence.cc.
References hdf_vdata::fields, LoadSequenceFromVdata(), hdf_vdata::name, row, hdfistream_vdata::seek_ref(), and vd.
Referenced by read().

|
virtual |
Definition at line 126 of file HDFSequence.cc.
|
protected |
Definition at line 65 of file HDFSequence.h.
Referenced by read_tagref().
|
protected |
Definition at line 66 of file HDFSequence.h.
Referenced by read_tagref().