h5cpp  0.3.3
A modern C++ wrapper for the HDF5 C library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Enumerations | Functions
dataset_creation.hpp File Reference
#include <iostream>
#include <h5cpp/property/object_creation.hpp>
#include <h5cpp/core/types.hpp>
#include <h5cpp/datatype/datatype.hpp>
#include <h5cpp/datatype/type_trait.hpp>
#include <h5cpp/core/windows.hpp>
#include <h5cpp/error/error.hpp>
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
 
 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::USER_DEFINED = 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 }
 enumeration describing the layout of a dataset More...
 

Functions

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