ComIn
0.5.1
ICON Community Interface
Loading...
Searching...
No Matches
callbacks.h
Go to the documentation of this file.
1
/* @authors 11/2023 :: ICON Community Interface <comin@icon-model.org>
2
3
SPDX-License-Identifier: BSD-3-Clause
4
5
Please see the file LICENSE in the root of the source tree for this code.
6
Where software is supplied by third parties, it is indicated in the
7
headers of the routines. */
8
9
#ifndef PYCOMIN_CALLBACKS_H
10
#define PYCOMIN_CALLBACKS_H
11
12
#define PY_SSIZE_T_CLEAN
13
#include <Python.h>
14
15
namespace
comin::python
{
16
17
std::vector<PyMethodDef>
callbacks_methods
();
18
void
generic_callback
();
19
20
}
// namespace comin::python
21
22
#endif
comin::python
Definition
callbacks.cpp:23
comin::python::generic_callback
void generic_callback()
Definition
callbacks.cpp:32
comin::python::callbacks_methods
std::vector< PyMethodDef > callbacks_methods()
Definition
callbacks.cpp:95
plugins
python_adapter
callbacks.h
Generated by
1.13.2