Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Macros | Functions | Variables
marshal.h File Reference

Go to the source code of this file.

Macros

#define Py_MARSHAL_VERSION   2
 

Functions

 PyAPI_FUNC (void) PyMarshal_WriteLongToFile(long
 
 PyAPI_FUNC (PyObject *) PyMarshal_WriteObjectToString(PyObject *
 
 PyAPI_FUNC (long) PyMarshal_ReadLongFromFile(FILE *)
 
 PyAPI_FUNC (int) PyMarshal_ReadShortFromFile(FILE *)
 

Variables

FILE int
 
 Py_ssize_t
 

Macro Definition Documentation

#define Py_MARSHAL_VERSION   2

Function Documentation

PyAPI_FUNC ( void  )
PyAPI_FUNC ( PyObject )
read
PyAPI_FUNC ( long  )
PyAPI_FUNC ( int  )
read

Variable Documentation

int

Copyright 2014 Google Inc. All rights reserved.