CYCLUS
Macros | Functions
pyinfile.h File Reference

Go to the source code of this file.

Macros

#define __PYX_EXTERN_C   extern
 
#define DL_IMPORT(_T)   _T
 

Functions

__PYX_EXTERN_C std::string CyclusJsonToPy (std::string)
 
__PYX_EXTERN_C std::string CyclusPyToJson (std::string)
 
PyMODINIT_FUNC initpyinfile (void)
 

Macro Definition Documentation

◆ __PYX_EXTERN_C

#define __PYX_EXTERN_C   extern

Definition at line 13 of file pyinfile.h.

◆ DL_IMPORT

#define DL_IMPORT (   _T)    _T

Definition at line 18 of file pyinfile.h.

Function Documentation

◆ CyclusJsonToPy()

__PYX_EXTERN_C std::string CyclusJsonToPy ( std::string  )

◆ CyclusPyToJson()

__PYX_EXTERN_C std::string CyclusPyToJson ( std::string  )

◆ initpyinfile()

PyMODINIT_FUNC initpyinfile ( void  )