libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
Loading...
Searching...
No Matches
Classes
group.hpp File Reference
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "libzarr/array.hpp"
#include "libzarr/metadata.hpp"
#include "libzarr/store.hpp"
#include "libzarr/types.hpp"
#include "libzarr/v2.hpp"
#include "libzarr/v3.hpp"

Go to the source code of this file.

Classes

struct  zarr::GroupChildren
 Immediate children of a group, by kind. More...
 
class  zarr::Group
 A Zarr group bound to a Store. More...
 

Detailed Description

The Group API: hierarchy create/open/traverse. Groups are value-semantics handles sharing the store; opening the root through consolidated metadata (.zmetadata) is automatic when present, so remote stores pay one metadata round-trip.