API_Py
0.0.2
API_Py exporte le projet API vers un module python dans l’environnement python choisi. Le module python se nomme wxcpppy.
Vector.h
Aller à la documentation de ce fichier.
1
8
#ifndef API_PY_VECTOR_H
9
#define API_PY_VECTOR_H
10
11
#include <pybind11/pybind11.h>
12
13
namespace
py = pybind11;
14
15
namespace
API_Py
16
{
17
namespace
Vector
18
{
19
void
SetModule(py::module &inModule);
20
}
21
}
22
23
#endif // API_PY_VECTOR_H
API_Py
Definition:
wxAccess.cpp:26
include
API_Py
Vector.h
Généré le Samedi 4 Mai 2019 01:33:32 pour API_Py par
1.8.13