GNU Octave  9.1.0
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:
hdf5_fstreambase

Public Member Functions

 hdf5_ifstream ()
 
 hdf5_ifstream (const char *name, int mode=std::ios::in|std::ios::binary, int prot=0)
 
void open (const char *name, int mode=std::ios::in|std::ios::binary, int prot=0)
 
- Public Member Functions inherited from hdf5_fstreambase
 hdf5_fstreambase ()
 
 hdf5_fstreambase (const char *name, int mode, int=0)
 
 ~hdf5_fstreambase ()
 
void close ()
 
void open (const char *name, int mode, int)
 
void open_create (const char *name, int mode)
 

Additional Inherited Members

- Public Attributes inherited from hdf5_fstreambase
int current_item
 
octave_hdf5_id file_id
 

Detailed Description

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

Constructor & Destructor Documentation

◆ hdf5_ifstream() [1/2]

hdf5_ifstream::hdf5_ifstream ( )
inline

Definition at line 75 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 77 of file ls-hdf5.h.

Member Function Documentation

◆ open()

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

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

References hdf5_fstreambase::open().


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