#include <hid_gc.h>
Public Member Functions | |
| hid_gc_noref (hid_t hid, hid_t(*closefunc)(hid_t)=0, const std::string &errordesc="") | |
| operator hid_t () const | |
| Get the hid from a hid_gc_noref object. For implicit conversions. | |
| bool | isset () const |
Autocloses hid_t types using closefunc() on destruction, without using reference counting. This variant is faster than hid_gc, but cannot be copied.
| bool dal::hid_gc_noref::isset | ( | ) | const [inline] |
Returns true if this object wraps a hid.
1.7.6.1