Jive reference manual
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
jem::hdf5::H5Object Class Reference

#include <jem/hdf5/H5Object.h>

Inheritance diagram for jem::hdf5::H5Object:
Inheritance graph

Public Member Functions

lint getID () const
 
String getName () const
 
String getContext () const
 
bool hasAttribute (const String &name) const
 
Attribute getAttribute (const String &name) const
 
template<class T >
void getAttribute (T &value, const String &name) const
 
template<class T , int N>
void getAttribute (const Array< T, N > &value, const String &name) const
 
Attribute findAttribute (const String &name) const
 
template<class T >
bool findAttribute (T &value, const String &name) const
 
template<class T , int N>
bool findAttribute (const Array< T, N > &value, const String &name) const
 
Attribute newAttribute (const String &name, const DataType &type) const
 
Attribute newAttribute (const String &name, const DataType &type, const DataSpace &space) const
 
template<class T >
void setAttribute (const String &name, const T &value) const
 
Array< StringlistAttributes () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () 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< Objectclone () const
 Returns a copy of this object. More...
 

Protected Member Functions

 H5Object (const Handle &oid)
 
virtual ~H5Object ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Protected Attributes

Handle oid_
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Constructor & Destructor Documentation

jem::hdf5::H5Object::H5Object ( const Handle &  oid)
explicitprotected
virtual jem::hdf5::H5Object::~H5Object ( )
protectedvirtual

Member Function Documentation

lint jem::hdf5::H5Object::getID ( ) const
String jem::hdf5::H5Object::getName ( ) const
String jem::hdf5::H5Object::getContext ( ) const
bool jem::hdf5::H5Object::hasAttribute ( const String name) const
Attribute jem::hdf5::H5Object::getAttribute ( const String name) const
template<class T >
void jem::hdf5::H5Object::getAttribute ( T &  value,
const String name 
) const
template<class T , int N>
void jem::hdf5::H5Object::getAttribute ( const Array< T, N > &  value,
const String name 
) const
Attribute jem::hdf5::H5Object::findAttribute ( const String name) const
template<class T >
bool jem::hdf5::H5Object::findAttribute ( T &  value,
const String name 
) const
template<class T , int N>
bool jem::hdf5::H5Object::findAttribute ( const Array< T, N > &  value,
const String name 
) const
Attribute jem::hdf5::H5Object::newAttribute ( const String name,
const DataType type 
) const
Attribute jem::hdf5::H5Object::newAttribute ( const String name,
const DataType type,
const DataSpace space 
) const
template<class T >
void jem::hdf5::H5Object::setAttribute ( const String name,
const T &  value 
) const
Array<String> jem::hdf5::H5Object::listAttributes ( ) const

Member Data Documentation

Handle jem::hdf5::H5Object::oid_
protected