Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::pickle Class Reference

INTERNAL ONLY. More...

#include <serialize.hpp>

Static Public Member Functions

static str dumps (object obj, int protocol=-1)
 
static object loads (str s)
 

Detailed Description

INTERNAL ONLY.

Provides access to the Python "pickle" module from within C++.

Member Function Documentation

static str boost::python::pickle::dumps ( object  obj,
int  protocol = -1 
)
static
static object boost::python::pickle::loads ( str  s)
static

The documentation for this class was generated from the following file: