GNU Octave  4.4.1
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:
Collaboration diagram for hdf5_ofstream:

Public Member Functions

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

Public Attributes

int current_item
 
octave_hdf5_id file_id
 

Detailed Description

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

Constructor & Destructor Documentation

◆ hdf5_ofstream() [1/2]

hdf5_ofstream::hdf5_ofstream ( )
inline

Definition at line 82 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 84 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_ofstream::open ( const char *  name,
int  mode = std::ios::out | std::ios::binary,
int  prot = 0 
)
inline

Definition at line 88 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: