|
hops
|
#include <iostream>#include <string>#include <vector>#include <highfive/H5Attribute.hpp>#include <highfive/H5File.hpp>#include <highfive/H5DataSet.hpp>#include <highfive/H5DataSpace.hpp>
Functions | |
| const std::string | FILE_NAME ("create_attribute.h5") |
| const std::string | DATASET_NAME ("my_dataset") |
| const std::string | ATTRIBUTE_NAME_NOTE ("note") |
| const std::string | ATTRIBUTE_NAME_VERSION ("version_string") |
| int | main (void) |
| const std::string ATTRIBUTE_NAME_NOTE | ( | "note" | ) |
| const std::string ATTRIBUTE_NAME_VERSION | ( | "version_string" | ) |
| const std::string DATASET_NAME | ( | "my_dataset" | ) |
| const std::string FILE_NAME | ( | "create_attribute.h5" | ) |
| int main | ( | void | ) |
1.8.17