addAttribute(const String &name, const T &value) | CNORXZ::hdf5::ContentBase | |
addDataset(const String &name, const ArrayBase< T > &data) | CNORXZ::hdf5::Group | |
addGroup(const String &name) | CNORXZ::hdf5::Group | |
addTable(const String &name, const ArrayBase< Tuple< Ts... > > &data, const Arr< String, sizeof...(Ts)> &fnames) | CNORXZ::hdf5::Group | |
attributeExists(const String &name) const | CNORXZ::hdf5::ContentBase | |
close() override final | CNORXZ::hdf5::File | virtual |
ContentBase(const String &_name, const ContentBase *_parent=nullptr) | CNORXZ::hdf5::ContentBase | |
DEFAULT_MEMBERS(File) | CNORXZ::hdf5::File | |
CNORXZ::hdf5::Group::DEFAULT_MEMBERS(Group) | CNORXZ::hdf5::Group | |
CNORXZ::hdf5::ContentBase::DEFAULT_MEMBERS(ContentBase) | CNORXZ::hdf5::ContentBase | |
exists() const override final | CNORXZ::hdf5::File | virtual |
File(const String &fname, bool _ro=true) | CNORXZ::hdf5::File | |
filename() const override final | CNORXZ::hdf5::File | virtual |
get(const String &name) const | CNORXZ::hdf5::Group | |
get() const | CNORXZ::hdf5::Group | |
getAttribute(const String &name) const | CNORXZ::hdf5::ContentBase | |
getAttributes() const | CNORXZ::hdf5::ContentBase | |
getDataset(const String &name) const | CNORXZ::hdf5::Group | |
getDataset(const String &name, T proto) | CNORXZ::hdf5::Group | |
getGroup(const String &name) const | CNORXZ::hdf5::Group | |
getIndexTo(const String &name) const | CNORXZ::hdf5::Group | protected |
getIndexTo(const String &name) | CNORXZ::hdf5::Group | protected |
getRecursiveAttributes() const | CNORXZ::hdf5::ContentBase | |
getTable(const String &name) const | CNORXZ::hdf5::Group | |
getTable(const String &name, Tuple< Ts... > proto) | CNORXZ::hdf5::Group | |
Group(const String &gname, const ContentBase *_parent) | CNORXZ::hdf5::Group | |
id() const | CNORXZ::hdf5::ContentBase | |
ishdf5() const | CNORXZ::hdf5::File | |
isOpen() const | CNORXZ::hdf5::ContentBase | |
iter(F &&f) const | CNORXZ::hdf5::Group | |
iter(F &&f) | CNORXZ::hdf5::Group | |
iterRecursive(F &&f) const | CNORXZ::hdf5::Group | |
iterRecursive(F &&f) | CNORXZ::hdf5::Group | |
mCont | CNORXZ::hdf5::Group | protected |
mId | CNORXZ::hdf5::ContentBase | protected |
mkCont() | CNORXZ::hdf5::Group | protected |
mName | CNORXZ::hdf5::ContentBase | protected |
mParent | CNORXZ::hdf5::ContentBase | protected |
name() const | CNORXZ::hdf5::ContentBase | |
open() override final | CNORXZ::hdf5::File | virtual |
parent() const | CNORXZ::hdf5::ContentBase | |
path() const override final | CNORXZ::hdf5::File | virtual |
recursion(const C &c, F &&f) | CNORXZ::hdf5::Group | inlineprotectedstatic |
ro() const override final | CNORXZ::hdf5::File | virtual |
type() const override final | CNORXZ::hdf5::File | virtual |
~ContentBase()=default | CNORXZ::hdf5::ContentBase | virtual |
~File() | CNORXZ::hdf5::File | |
~Group() | CNORXZ::hdf5::Group | |