class Gambit::Printers::HDF5File

[No description available]

Public Functions

Name
HDF5File(const std::string & file, const std::string & group)
~HDF5File()

Public Attributes

Name
const hid_tfile_id
const hid_tlocation_id

Public Functions Documentation

function HDF5File

HDF5File(
    const std::string & file,
    const std::string & group
)

function ~HDF5File

~HDF5File()

Public Attributes Documentation

variable file_id

const hid_t file_id;

variable location_id

const hid_t location_id;

Updated on 2023-06-26 at 21:36:52 +0000