CYCLUS
pyinfile.cc.h
Go to the documentation of this file.
1 /* Generated by Cython 0.26.1 */
2 
3 #ifndef __PYX_HAVE__pyinfile
4 #define __PYX_HAVE__pyinfile
5 
6 
7 #ifndef __PYX_HAVE_API__pyinfile
8 
9 #ifndef __PYX_EXTERN_C
10  #ifdef __cplusplus
11  #define __PYX_EXTERN_C extern "C"
12  #else
13  #define __PYX_EXTERN_C extern
14  #endif
15 #endif
16 
17 #ifndef DL_IMPORT
18  #define DL_IMPORT(_T) _T
19 #endif
20 
23 
24 #endif /* !__PYX_HAVE_API__pyinfile */
25 
26 #if PY_MAJOR_VERSION < 3
27 PyMODINIT_FUNC initpyinfile(void);
28 #else
29 PyMODINIT_FUNC PyInit_pyinfile(void);
30 #endif
31 
32 #endif /* !__PYX_HAVE__pyinfile */
__PYX_EXTERN_C std::string CyclusPyToJson(std::string)
#define __PYX_EXTERN_C
Definition: pyinfile.cc.h:13
PyMODINIT_FUNC initpyinfile(void)
__PYX_EXTERN_C std::string CyclusJsonToPy(std::string)