icedb  version 0.5.1
Snow particle scattering database API
Static Public Member Functions | List of all members
icedb::Examples::Shapes::ScopedHandles::InvalidHDF5Handle Struct Reference

Static Public Member Functions

static bool isInvalid (hid_t h)
 

Detailed Description

Definition at line 19 of file shapeIOpsu.cpp.

Member Function Documentation

◆ isInvalid()

static bool icedb::Examples::Shapes::ScopedHandles::InvalidHDF5Handle::isInvalid ( hid_t  h)
inlinestatic

Definition at line 20 of file shapeIOpsu.cpp.

20  {
21  if (h < 0) return true;
22  return false;
23  }

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