ATLAS Offline Software
Loading...
Searching...
No Matches
addLz4ToPlist.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ADD_LZ4_TO_PLIST_H
6#define ADD_LZ4_TO_PLIST_H
7
8#include "LZ4Plugin/H5Zlz4.h"
9
10namespace H5 {
11 class DSetCreatPropList;
12}
13
14void addLz4ToPlist(H5::DSetCreatPropList&);
15
16#endif
void addLz4ToPlist(H5::DSetCreatPropList &)
HDF5 Traits.
Definition H5Traits.h:17