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