|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
This is the complete list of members for zarr::Group, including all inherited members.
| attributes() const | zarr::Group | inline |
| children() const | zarr::Group | inline |
| create(std::shared_ptr< Store > store, const std::string &path="", ZarrFormat format=ZarrFormat::v2) | zarr::Group | inlinestatic |
| create_array(const std::string &name, ArraySpec spec) | zarr::Group | inline |
| create_group(const std::string &name) | zarr::Group | inline |
| open(std::shared_ptr< Store > store, const std::string &path="", OpenOptions options={}) | zarr::Group | inlinestatic |
| open_array(const std::string &name) const | zarr::Group | inline |
| open_group(const std::string &name) const | zarr::Group | inline |
| path() const | zarr::Group | inline |
| set_attributes(json attributes) | zarr::Group | inline |