|
|
| Object () |
| | Default constructor with an invalid handle.
|
| |
|
| Object (const Object &o) |
| | Copy constructor.
|
| |
| | Object (const Object &parent, hid_t id, void(*close)(hid_t), bool increment) |
| |
|
void | operator= (const Object &o) |
| |
|
hid_t | id () const |
| |
|
const Object & | parent () const |
| |
|
hid_t | file () const |
| |
|
| operator bool () const |
| |
|
static std::string | filename (hid_t id) |
| |
|
template<class F > |
| void | update (hid_t id, F close, bool increment) |
| |
|
std::auto_ptr< Object > | parent_ |
| |
|
hid_t | id_ |
| |
|
void(* | close_ )(hid_t) |
| |
The documentation for this struct was generated from the following file: