h5cpp  0.5.0
A modern C++ wrapper for the HDF5 C library
ebool.hpp File Reference
#include <h5cpp/datatype/datatype.hpp>
#include <h5cpp/datatype/factory.hpp>
#include <h5cpp/datatype/enum.hpp>
#include <h5cpp/error/error.hpp>
#include <sstream>
Include dependency graph for ebool.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  hdf5::datatype::EBool : int8_t { hdf5::datatype::False = 0, hdf5::datatype::True = 1 }
 enumeration bool type More...
 

Functions

bool hdf5::datatype::is_bool (const Enum &etype)
 check if Enum is EBool More...