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

Autocloses hid_t types using closefunc() on destruction, and keeps a reference count. More...

#include <hid_gc.h>

List of all members.

Public Member Functions

 hid_gc (hid_t hid, hid_t(*closefunc)(hid_t)=0, const std::string &errordesc="")
 hid_gc (const hid_gc &other)
hid_gcoperator= (hid_gc other)
 operator hid_t () const
 Get the hid from a hid_gc object. For implicit conversions.
bool isset () const

Friends

void swap (hid_gc &first, hid_gc &second)

Detailed Description

Autocloses hid_t types using closefunc() on destruction, and keeps a reference count.


Member Function Documentation

bool dal::hid_gc::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