Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
Public Member Functions
dal::hid_gc_noref Class Reference

#include <hid_gc.h>

List of all members.

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

Detailed Description

Autocloses hid_t types using closefunc() on destruction, without using reference counting. This variant is faster than hid_gc, but cannot be copied.


Member Function Documentation

bool dal::hid_gc_noref::isset ( ) const [inline]

Returns true if this object wraps a hid.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Friends