Loading...
Searching...
No Matches
uproot.h
Go to the documentation of this file.
1// BSD 3-Clause License; see https://github.com/scikit-hep/awkward-1.0/blob/main/LICENSE
2
3#ifndef AWKWARD_IO_UPROOT_H_
4#define AWKWARD_IO_UPROOT_H_
5
6#include "awkward/Index.h"
7#include "awkward/Content.h"
9
10namespace awkward {
12 uproot_issue_90(const Form& form,
13 const NumpyArray& data,
14 const Index32& byte_offsets);
15}
16
17#endif // AWKWARD_IO_UPROOT_H_
Abstract superclass of all array node forms, which expresses the nesting structure without any large ...
Definition Content.h:39
Filters, rearranges, and/or duplicates items in its content through an index, which has the same effe...
Definition IndexedArray.h:204
Represents a rectilinear numerical array that can be converted to and from NumPy without loss of info...
Definition NumpyArray.h:138
#define LIBAWKWARD_EXPORT_SYMBOL
Definition common.h:45
Definition BitMaskedArray.h:15
LIBAWKWARD_EXPORT_SYMBOL const ContentPtr uproot_issue_90(const Form &form, const NumpyArray &data, const Index32 &byte_offsets)
std::shared_ptr< Content > ContentPtr
Definition Content.h:15