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.
◆ Dataset() [1/3]
hdf5::Dataset::Dataset |
( |
| ) |
|
◆ Dataset() [2/3]
hdf5::Dataset::Dataset |
( |
const std::string & |
name | ) |
|
◆ Dataset() [3/3]
hdf5::Dataset::Dataset |
( |
const Dataset & |
src | ) |
|
◆ ~Dataset()
hdf5::Dataset::~Dataset |
( |
| ) |
|
|
virtual |
◆ _str_()
std::string hdf5::Dataset::_str_ |
( |
| ) |
|
◆ data()
const void * hdf5::Dataset::data |
( |
| ) |
|
◆ data_alloc_max_elements()
void hdf5::Dataset::data_alloc_max_elements |
( |
size_t |
max_elements | ) |
|
◆ data_append_value()
size_t hdf5::Dataset::data_append_value |
( |
void * |
val | ) |
|
◆ data_num_elements()
size_t hdf5::Dataset::data_num_elements |
( |
| ) |
|
◆ data_source()
◆ data_store_size()
size_t hdf5::Dataset::data_store_size |
( |
| ) |
|
◆ data_stored()
void hdf5::Dataset::data_stored |
( |
| ) |
|
◆ has_ndattr_name()
bool hdf5::Dataset::has_ndattr_name |
( |
const std::string & |
name | ) |
|
◆ is_src_default()
bool hdf5::Dataset::is_src_default |
( |
| ) |
|
◆ operator=()
◆ set_data_source() [1/2]
void hdf5::Dataset::set_data_source |
( |
DataSource & |
src | ) |
|
Return a string representation of the object.
◆ set_data_source() [2/2]
void hdf5::Dataset::set_data_source |
( |
DataSource & |
src, |
|
|
size_t |
max_elements |
|
) |
| |
◆ set_ndattr_name()
void hdf5::Dataset::set_ndattr_name |
( |
const std::string & |
name | ) |
|
◆ set_src_default()
void hdf5::Dataset::set_src_default |
( |
bool |
def | ) |
|
◆ operator<<
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: