h5cpp  0.5.0
A modern C++ wrapper for the HDF5 C library
dataset_creation.hpp File Reference
Include dependency graph for dataset_creation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hdf5::property::DatasetCreationList
 dataset creation property list More...
 

Namespaces

 hdf5
 top-level namespace of the entire library
 
 hdf5::property
 

Enumerations

enum  hdf5::property::DatasetFillValueStatus : std::underlying_type< H5D_fill_value_t >::type { hdf5::property::DatasetFillValueStatus::Undefined = H5D_FILL_VALUE_UNDEFINED, hdf5::property::DatasetFillValueStatus::Default = H5D_FILL_VALUE_DEFAULT, hdf5::property::DatasetFillValueStatus::UserDefined = H5D_FILL_VALUE_USER_DEFINED }
 enumeration for the fill value status More...
 
enum  hdf5::property::DatasetFillTime : std::underlying_type< H5D_fill_time_t >::type { hdf5::property::DatasetFillTime::IfSet = H5D_FILL_TIME_IFSET, hdf5::property::DatasetFillTime::Alloc = H5D_FILL_TIME_ALLOC, hdf5::property::DatasetFillTime::Never = H5D_FILL_TIME_NEVER }
 enumeration for the fill time of a dataset More...
 
enum  hdf5::property::DatasetAllocTime : std::underlying_type< H5D_alloc_time_t >::type { hdf5::property::DatasetAllocTime::Default = H5D_ALLOC_TIME_DEFAULT, hdf5::property::DatasetAllocTime::Early = H5D_ALLOC_TIME_EARLY, hdf5::property::DatasetAllocTime::Incr = H5D_ALLOC_TIME_INCR, hdf5::property::DatasetAllocTime::Late = H5D_ALLOC_TIME_LATE }
 enumeration for the dataset allocation time More...
 
enum  hdf5::property::DatasetLayout : std::underlying_type< H5D_layout_t >::type { hdf5::property::DatasetLayout::Compact = H5D_COMPACT, hdf5::property::DatasetLayout::Contiguous = H5D_CONTIGUOUS, hdf5::property::DatasetLayout::Chunked = H5D_CHUNKED, hdf5::property::DatasetLayout::Virtual = H5D_VIRTUAL }
 enumeration describing the layout of a dataset More...
 

Functions

std::ostream & hdf5::property::operator<< (std::ostream &stream, const DatasetFillValueStatus &status)
 
std::ostream & hdf5::property::operator<< (std::ostream &stream, const DatasetFillTime &time)
 
std::ostream & hdf5::property::operator<< (std::ostream &stream, const DatasetAllocTime &time)
 
std::ostream & hdf5::property::operator<< (std::ostream &stream, const DatasetLayout &layout)