#include <iostream>
#include <string>
#include <vector>
#include <highfive/H5Attribute.hpp>
#include <highfive/H5File.hpp>
#include <highfive/H5DataSet.hpp>
#include <highfive/H5DataSpace.hpp>
Go to the source code of this file.
◆ ATTRIBUTE_NAME_NOTE()
const std::string ATTRIBUTE_NAME_NOTE |
( |
"note" |
| ) |
|
◆ ATTRIBUTE_NAME_VERSION()
const std::string ATTRIBUTE_NAME_VERSION |
( |
"version_string" |
| ) |
|
◆ DATASET_NAME()
const std::string DATASET_NAME |
( |
"my_dataset" |
| ) |
|
◆ FILE_NAME()
const std::string FILE_NAME |
( |
"create_attribute.h5" |
| ) |
|
◆ main()