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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
Loading...
Searching...
No Matches
forth.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_FORTH_H_
4
#define AWKWARDPY_FORTH_H_
5
6
#include <pybind11/pybind11.h>
7
8
#include "
awkward/forth/ForthMachine.h
"
9
10
namespace
py = pybind11;
11
namespace
ak
=
awkward
;
12
13
template
<
typename
T,
typename
I>
14
py::class_<ak::ForthMachineOf<T, I>, std::shared_ptr<ak::ForthMachineOf<T, I>>>
15
make_ForthMachineOf
(
const
py::handle& m,
const
std::string& name);
16
17
#endif
// AWKWARDPY_FORTH_H_
ForthMachine.h
make_ForthMachineOf
py::class_< ak::ForthMachineOf< T, I >, std::shared_ptr< ak::ForthMachineOf< T, I > > > make_ForthMachineOf(const py::handle &m, const std::string &name)
awkward
Definition
ArrayBuilder.h:14
include
awkward
python
forth.h
Generated by
1.9.8