|
Jive reference manual
|
#include <jem/hdf5/H5File.h>

Public Member Functions | |
| H5File (const Handle &fid, const String &name) | |
| void | flush () const |
| void | close () |
| String | getName () const |
| Ref< Group > | getRoot () const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Static Public Member Functions | |
| static Ref< H5File > | open (const String &name, int flags) |
| static Ref< H5File > | create (const String &name, int flags) |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Static Public Attributes | |
| static const int | TRUNCATE |
| static const int | EXCLUSIVE |
| static const int | READ_WRITE |
| static const int | READ_ONLY |
Protected Member Functions | |
| virtual | ~H5File () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
| jem::hdf5::H5File::H5File | ( | const Handle & | fid, |
| const String & | name | ||
| ) |
|
protectedvirtual |
| void jem::hdf5::H5File::flush | ( | ) | const |
| void jem::hdf5::H5File::close | ( | ) |
| String jem::hdf5::H5File::getName | ( | ) | const |
|
static |
|
static |
|
static |
|
static |