bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
void | _init (const string &filename="") |
virtual bool | bos (void) const =0 |
virtual void | close (void)=0 |
virtual bool | eos (void) const =0 |
hdfistream_obj (const hdfistream_obj &) | |
hdfistream_obj (const string filename="") | |
virtual int | index (void) const |
virtual void | open (const char *filename=nullptr)=0 |
void | operator= (const hdfistream_obj &) |
virtual void | rewind (void)=0 |
virtual void | seek (int index=0)=0 |
virtual void | seek_next (void)=0 |
Public Attributes | |
int32 | _file_id |
string | _filename |
int | _index |
Definition at line 51 of file hcstream.h.
|
inlineexplicit |
Definition at line 53 of file hcstream.h.
|
inline |
Definition at line 56 of file hcstream.h.
|
inline |
Definition at line 74 of file hcstream.h.
|
inlinevirtual |
Definition at line 71 of file hcstream.h.
|
inline |
Definition at line 61 of file hcstream.h.
int32 hdfistream_obj::_file_id |
Definition at line 80 of file hcstream.h.
string hdfistream_obj::_filename |
Definition at line 79 of file hcstream.h.
int hdfistream_obj::_index |
Definition at line 81 of file hcstream.h.