class Gambit::Printers::HDF5MasterBufferT
Class to manage a set of buffers for a single output type. More…
#include <hdf5printer_v2.hpp>
Public Functions
Name | |
---|---|
HDF5MasterBufferT(bool sync) Constructor. | |
HDF5Buffer< T > & | get_buffer(const std::string & label, const std::vector< PPIDpair > & buffered_points) Retrieve buffer of our type for a given label. |
Detailed Description
template <class T >
class Gambit::Printers::HDF5MasterBufferT;
Class to manage a set of buffers for a single output type.
Public Functions Documentation
function HDF5MasterBufferT
inline HDF5MasterBufferT(
bool sync
)
Constructor.
function get_buffer
inline HDF5Buffer< T > & get_buffer(
const std::string & label,
const std::vector< PPIDpair > & buffered_points
)
Retrieve buffer of our type for a given label.
Updated on 2024-07-18 at 13:53:32 +0000