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

#include "ls-hdf5.h"

Inheritance diagram for hdf5_ofstream:
hdf5_fstreambase

Public Member Functions

 hdf5_ofstream ()
 
 hdf5_ofstream (const char *name, int mode=std::ios::out|std::ios::binary, int prot=0)
 
void open (const char *name, int mode=std::ios::out|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 86 of file ls-hdf5.h.

Constructor & Destructor Documentation

◆ hdf5_ofstream() [1/2]

hdf5_ofstream::hdf5_ofstream ( )
inline

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

◆ hdf5_ofstream() [2/2]

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

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

Member Function Documentation

◆ open()

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

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

References hdf5_fstreambase::open().


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