GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
hdf5_ifstream Class Reference

#include "ls-hdf5.h"

Inheritance diagram for hdf5_ifstream:
Collaboration diagram for hdf5_ifstream:

Public Member Functions

 hdf5_ifstream ()
 
 hdf5_ifstream (const char *name, int mode=std::ios::in|std::ios::binary, int prot=0)
 
void close (void)
 
void open (const char *name, int mode=std::ios::in|std::ios::binary, int prot=0)
 

Public Attributes

int current_item
 
octave_hdf5_id file_id
 

Detailed Description

Definition at line 63 of file ls-hdf5.h.

Constructor & Destructor Documentation

◆ hdf5_ifstream() [1/2]

hdf5_ifstream::hdf5_ifstream ( )
inline

Definition at line 67 of file ls-hdf5.h.

◆ hdf5_ifstream() [2/2]

hdf5_ifstream::hdf5_ifstream ( const char *  name,
int  mode = std::ios::in | std::ios::binary,
int  prot = 0 
)
inline

Definition at line 69 of file ls-hdf5.h.

Member Function Documentation

◆ close()

void hdf5_fstreambase::close ( void  )
inherited

Definition at line 113 of file ls-hdf5.cc.

References hdf5_fstreambase::file_id, and panic_impossible.

Referenced by hdf5_fstreambase::~hdf5_fstreambase().

◆ open()

void hdf5_ifstream::open ( const char *  name,
int  mode = std::ios::in | std::ios::binary,
int  prot = 0 
)
inline

Definition at line 73 of file ls-hdf5.h.

References mode, name, and hdf5_fstreambase::open().

Member Data Documentation

◆ current_item

int hdf5_fstreambase::current_item
inherited

◆ file_id


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