|
HOPS
HOPS class reference
|
#include "MHO_ClassIdentity.hh"#include "MHO_ExtensibleElement.hh"#include "MHO_JSONHeaderWrapper.hh"#include "MHO_Axis.hh"#include "MHO_AxisPack.hh"#include "MHO_ObjectTags.hh"#include "MHO_ScalarContainer.hh"#include "MHO_TableContainer.hh"#include "MHO_Taggable.hh"#include "MHO_VectorContainer.hh"#include <sstream>#include "hdf5.h"#include "hdf5_hl.h"#include "MHO_NumpyTypeCode.hh"#include "MHO_HDF5TypeCode.hh"Go to the source code of this file.
Namespaces | |
| hops | |
Functions | |
| void | hops::make_attribute (const std::string &key, const mho_json &value, hid_t parent_dataset_id) |
| template<typename XValueType > | |
| void | hops::make_attribute (const std::string &key, XValueType value, hid_t parent_dataset_id) |
| template<> | |
| void | hops::make_attribute< std::string > (const std::string &key, std::string value, hid_t parent_dataset_id) |
| template<> | |
| herr_t | hops::make_vector_attribute (const std::string &key, const std::vector< std::string > *data, hid_t parent_dataset_id) |
| template<typename XDataType > | |
| herr_t | hops::make_vector_attribute (const std::string &key, const std::vector< XDataType > *data, hid_t parent_dataset_id) |