bes Updated for version 3.20.13
hdfistream_vdata Class Reference
Collaboration diagram for hdfistream_vdata:
Collaboration graph

Public Member Functions

void _init (const string filename="")
 
virtual bool bos (void) const
 
virtual void close (void)
 
virtual bool eo_attr (void) const
 
virtual bool eos (void) const
 
 hdfistream_vdata (const hdfistream_vdata &)
 
 hdfistream_vdata (const string filename="")
 
virtual int index (void) const
 
virtual void open (const char *filename)
 
virtual void open (const string &filename)
 
void operator= (const hdfistream_vdata &)
 
hdfistream_vdataoperator>> (hdf_attr &ha)
 
hdfistream_vdataoperator>> (hdf_vdata &hs)
 
hdfistream_vdataoperator>> (vector< hdf_attr > &hav)
 
hdfistream_vdataoperator>> (vector< hdf_vdata > &hsv)
 
virtual void rewind (void)
 
virtual void seek (const char *name)
 
virtual void seek (const string &name)
 
virtual void seek (int index=0)
 
virtual void seek_next (void)
 
virtual void seek_ref (int ref)
 
void setmeta (bool val)
 
bool setrecs (int32 begin, int32 end)
 

Public Attributes

int32 _file_id
 
string _filename
 
int _index
 
int32 begin
 
int32 end
 
bool set
 

Protected Member Functions

void _del (void)
 
void _get_fileinfo (void)
 
void _init (void)
 
void _rewind (void)
 
void _seek (const char *name)
 
void _seek (int32 ref)
 
void _seek_next (void)
 
hdfistream_vdataoperator>> (hdf_field &hf)
 
hdfistream_vdataoperator>> (vector< hdf_field > &hfv)
 

Protected Attributes

int32 _attr_index
 
bool _meta
 
int32 _nattrs
 
struct {
   int32   begin
 
   int32   end
 
   bool   set
 
_recs
 
int32 _vdata_id
 
vector< int32 > _vdata_refs
 

Detailed Description

Definition at line 245 of file hcstream.h.

Constructor & Destructor Documentation

◆ hdfistream_vdata() [1/2]

hdfistream_vdata::hdfistream_vdata ( const string  filename = "")

Definition at line 136 of file vdata.cc.

◆ hdfistream_vdata() [2/2]

hdfistream_vdata::hdfistream_vdata ( const hdfistream_vdata )
inline

Definition at line 248 of file hcstream.h.

◆ ~hdfistream_vdata()

virtual hdfistream_vdata::~hdfistream_vdata ( void  )
inlinevirtual

Definition at line 251 of file hcstream.h.

Member Function Documentation

◆ _del()

void hdfistream_vdata::_del ( void  )
inlineprotected

Definition at line 294 of file hcstream.h.

◆ _get_fileinfo()

void hdfistream_vdata::_get_fileinfo ( void  )
protected

Definition at line 88 of file vdata.cc.

◆ _init() [1/2]

void hdfistream_obj::_init ( const string  filename = "")
inlineinherited

Definition at line 74 of file hcstream.h.

◆ _init() [2/2]

void hdfistream_vdata::_init ( void  )
protected

Definition at line 80 of file vdata.cc.

◆ _rewind()

void hdfistream_vdata::_rewind ( void  )
inlineprotected

Definition at line 301 of file hcstream.h.

◆ _seek() [1/2]

void hdfistream_vdata::_seek ( const char *  name)
protected

Definition at line 105 of file vdata.cc.

◆ _seek() [2/2]

void hdfistream_vdata::_seek ( int32  ref)
protected

Definition at line 115 of file vdata.cc.

◆ _seek_next()

void hdfistream_vdata::_seek_next ( void  )
protected

Definition at line 98 of file vdata.cc.

◆ bos()

virtual bool hdfistream_vdata::bos ( void  ) const
inlinevirtual

Implements hdfistream_obj.

Definition at line 270 of file hcstream.h.

◆ close()

void hdfistream_vdata::close ( void  )
virtual

Implements hdfistream_obj.

Definition at line 165 of file vdata.cc.

◆ eo_attr()

bool hdfistream_vdata::eo_attr ( void  ) const
virtual

Definition at line 231 of file vdata.cc.

◆ eos()

virtual bool hdfistream_vdata::eos ( void  ) const
inlinevirtual

Implements hdfistream_obj.

Definition at line 274 of file hcstream.h.

◆ index()

virtual int hdfistream_obj::index ( void  ) const
inlinevirtualinherited

Definition at line 71 of file hcstream.h.

◆ open() [1/2]

void hdfistream_vdata::open ( const char *  filename)
virtual

Implements hdfistream_obj.

Definition at line 149 of file vdata.cc.

◆ open() [2/2]

void hdfistream_vdata::open ( const string &  filename)
virtual

Definition at line 144 of file vdata.cc.

◆ operator=()

void hdfistream_vdata::operator= ( const hdfistream_vdata )
inline

Definition at line 254 of file hcstream.h.

◆ operator>>() [1/4]

hdfistream_vdata & hdfistream_vdata::operator>> ( hdf_attr ha)

Definition at line 261 of file vdata.cc.

◆ operator>>() [2/4]

hdfistream_vdata & hdfistream_vdata::operator>> ( hdf_vdata hs)

Definition at line 306 of file vdata.cc.

◆ operator>>() [3/4]

hdfistream_vdata & hdfistream_vdata::operator>> ( vector< hdf_attr > &  hav)

Definition at line 242 of file vdata.cc.

◆ operator>>() [4/4]

hdfistream_vdata & hdfistream_vdata::operator>> ( vector< hdf_vdata > &  hsv)

Definition at line 252 of file vdata.cc.

◆ rewind()

virtual void hdfistream_vdata::rewind ( void  )
inlinevirtual

Implements hdfistream_obj.

Definition at line 267 of file hcstream.h.

◆ seek() [1/3]

void hdfistream_vdata::seek ( const char *  name)
virtual

Definition at line 203 of file vdata.cc.

◆ seek() [2/3]

void hdfistream_vdata::seek ( const string &  name)
virtual

Definition at line 199 of file vdata.cc.

◆ seek() [3/3]

void hdfistream_vdata::seek ( int  index = 0)
virtual

Implements hdfistream_obj.

Definition at line 186 of file vdata.cc.

◆ seek_next()

virtual void hdfistream_vdata::seek_next ( void  )
inlinevirtual

Implements hdfistream_obj.

Definition at line 263 of file hcstream.h.

◆ seek_ref()

void hdfistream_vdata::seek_ref ( int  ref)
virtual

Definition at line 194 of file vdata.cc.

◆ setmeta()

void hdfistream_vdata::setmeta ( bool  val)
inline

Definition at line 279 of file hcstream.h.

◆ setrecs()

bool hdfistream_vdata::setrecs ( int32  begin,
int32  end 
)

Definition at line 208 of file vdata.cc.

Member Data Documentation

◆ _attr_index

int32 hdfistream_vdata::_attr_index
protected

Definition at line 308 of file hcstream.h.

◆ _file_id

int32 hdfistream_obj::_file_id
inherited

Definition at line 80 of file hcstream.h.

◆ _filename

string hdfistream_obj::_filename
inherited

Definition at line 79 of file hcstream.h.

◆ _index

int hdfistream_obj::_index
inherited

Definition at line 81 of file hcstream.h.

◆ _meta

bool hdfistream_vdata::_meta
protected

Definition at line 312 of file hcstream.h.

◆ _nattrs

int32 hdfistream_vdata::_nattrs
protected

Definition at line 309 of file hcstream.h.

◆ _vdata_id

int32 hdfistream_vdata::_vdata_id
protected

Definition at line 307 of file hcstream.h.

◆ _vdata_refs

vector< int32 > hdfistream_vdata::_vdata_refs
protected

Definition at line 313 of file hcstream.h.

◆ begin

int32 hdfistream_vdata::begin

Definition at line 316 of file hcstream.h.

◆ end

int32 hdfistream_vdata::end

Definition at line 317 of file hcstream.h.

◆ set

bool hdfistream_vdata::set

Definition at line 315 of file hcstream.h.


The documentation for this class was generated from the following files: