Toggle main menu visibility
Main Page
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
Typedefs
Files
File List
File Members
All
a
b
c
d
e
f
i
k
l
m
n
q
r
s
t
u
v
Functions
a
c
d
e
f
m
s
t
u
Variables
b
c
d
e
f
i
k
n
q
r
s
t
u
v
Typedefs
Macros
▼
Awkward Array
►
Namespace Members
►
Classes
▼
Files
▼
File List
►
header-only
▼
include
▼
awkward
►
builder
►
forth
►
io
▼
python
►
content.h
►
forth.h
►
io.h
►
kernel_utils.h
►
util.h
►
common.h
►
kernel-utils.h
►
unicode.h
►
util.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
Loading...
Searching...
No Matches
io.h
Go to the documentation of this file.
1
// BSD 3-Clause License; see https://github.com/scikit-hep/awkward/blob/main/LICENSE
2
3
#ifndef AWKWARDPY_IO_H_
4
#define AWKWARDPY_IO_H_
5
6
#include <pybind11/pybind11.h>
7
8
namespace
py = pybind11;
9
10
void
11
make_fromjsonobj
(py::module& m,
const
std::string& name);
12
13
void
14
make_fromjsonobj_schema
(py::module& m,
const
std::string& name);
15
16
#endif
// AWKWARDPY_IO_H_
make_fromjsonobj
void make_fromjsonobj(py::module &m, const std::string &name)
make_fromjsonobj_schema
void make_fromjsonobj_schema(py::module &m, const std::string &name)
include
awkward
python
io.h
Generated by
1.10.0