16 #ifndef __PYIPSDKBASE_PYTHONXMLSERIALIZATIONUTILS_H__ 17 #define __PYIPSDKBASE_PYTHONXMLSERIALIZATIONUTILS_H__ 21 #include <boost/python/tuple.hpp> 45 #endif // __PYIPSDKBASE_PYTHONXMLSERIALIZATIONUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKBASE_API
Import/Export macro for library PyIPSDKBase.
Definition: PyIPSDKBaseExports.h:25
Base types for multiplatform compatibility.
PYIPSDKBASE_API boost::python::tuple readFromXmlFile(const boost::filesystem::path &filePath)
read a base serialization object from a xml file
PYIPSDKBASE_API boost::python::tuple readFromBinaryFile(const boost::filesystem::path &filePath)
read a base serialization object from a binary file
Definition of import/export macro for library.