SheafSystem  0.0.0.0
sheaf::primitive_traits< bool > Struct Template Reference

Public Types

typedef bool type
 

Static Public Member Functions

static primitive_type id ()
 
static size_type size ()
 
static size_type alignment ()
 
static const std::string & name ()
 
static const std::string & aliases ()
 
static const std::string & hdf_type_name ()
 
static int hdf_type ()
 
static bool default_value ()
 

Detailed Description

template<>
struct sheaf::primitive_traits< bool >

Definition at line 98 of file primitive_traits.h.

Member Function Documentation

◆ hdf_type()

int sheaf::primitive_traits< bool >::hdf_type ( )
static
Issue:
The return type is declared int to encapsulate hdf, but the actual type for these type ids is hid_t, which is currently (hdf1.8.0 beta) typdef'd to int. This is unlikely to change, but if it does, it could errors.
Issue:
HDF doesn't support bool!

Definition at line 29 of file primitive_traits.cc.

References sheaf::primitive_traits< T >::hdf_type().


The documentation for this struct was generated from the following files: