quadEM  7-0
Public Member Functions | Public Attributes | List of all members
hdf5::Attribute Class Reference

Class used for writing an Attribute with the NDFileHDF5 plugin. More...

#include <NDFileHDF5Layout.h>

Public Member Functions

 Attribute ()
 
 Attribute (const Attribute &src)
 
 Attribute (std::string &name)
 
 Attribute (const char *name)
 
 Attribute (const char *name, DataSource &src)
 
 ~Attribute ()
 
Attributeoperator= (const Attribute &src)
 
std::string get_name ()
 
void setOnFileOpen (bool onOpen)
 
bool is_onFileOpen ()
 
bool is_onFileClose ()
 

Public Attributes

DataSource source
 

Detailed Description

Class used for writing an Attribute with the NDFileHDF5 plugin.

Constructor & Destructor Documentation

hdf5::Attribute::Attribute ( )
inline
hdf5::Attribute::Attribute ( const Attribute src)
hdf5::Attribute::Attribute ( std::string &  name)
hdf5::Attribute::Attribute ( const char *  name)
hdf5::Attribute::Attribute ( const char *  name,
DataSource src 
)
hdf5::Attribute::~Attribute ( )
inline

Member Function Documentation

std::string hdf5::Attribute::get_name ( )
bool hdf5::Attribute::is_onFileClose ( )
bool hdf5::Attribute::is_onFileOpen ( )
Attribute & hdf5::Attribute::operator= ( const Attribute src)
void hdf5::Attribute::setOnFileOpen ( bool  onOpen)

Member Data Documentation

DataSource hdf5::Attribute::source

The documentation for this class was generated from the following files: