Class used for writing a DataSet with the NDFileHDF5 plugin.
More...
#include <NDFileHDF5Layout.h>
|
std::ostream & | operator<< (std::ostream &out, Dataset &dset) |
| Stream operator: use to prints a string representation of this class. More...
|
|
Class used for writing a DataSet with the NDFileHDF5 plugin.
hdf5::Dataset::Dataset |
( |
| ) |
|
hdf5::Dataset::Dataset |
( |
const std::string & |
name | ) |
|
hdf5::Dataset::Dataset |
( |
const Dataset & |
src | ) |
|
hdf5::Dataset::~Dataset |
( |
| ) |
|
|
virtual |
std::string hdf5::Dataset::_str_ |
( |
| ) |
|
const void * hdf5::Dataset::data |
( |
| ) |
|
void hdf5::Dataset::data_alloc_max_elements |
( |
size_t |
max_elements | ) |
|
size_t hdf5::Dataset::data_append_value |
( |
void * |
val | ) |
|
size_t hdf5::Dataset::data_num_elements |
( |
| ) |
|
size_t hdf5::Dataset::data_store_size |
( |
| ) |
|
void hdf5::Dataset::data_stored |
( |
| ) |
|
bool hdf5::Dataset::has_ndattr_name |
( |
const std::string & |
name | ) |
|
bool hdf5::Dataset::is_src_default |
( |
| ) |
|
void hdf5::Dataset::set_data_source |
( |
DataSource & |
src | ) |
|
Return a string representation of the object.
void hdf5::Dataset::set_data_source |
( |
DataSource & |
src, |
|
|
size_t |
max_elements |
|
) |
| |
void hdf5::Dataset::set_ndattr_name |
( |
const std::string & |
name | ) |
|
void hdf5::Dataset::set_src_default |
( |
bool |
def | ) |
|
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
Dataset & |
dset |
|
) |
| |
|
friend |
Stream operator: use to prints a string representation of this class.
The documentation for this class was generated from the following files: