Gaudi Framework, version v20r2

Generated: 18 Jul 2008

PyROOTPickle.h

Go to the documentation of this file.
00001 // This file's extension implies that it's C, but it's really -*- C++ -*-.
00002 
00025 #ifndef GAUDIPYTHON_PYROOTPICKLE_H
00026 #define GAUDIPYTHON_PYROOTPICKLE_H
00027 
00028 
00029 #ifdef _POSIX_C_SOURCE
00030 # undef _POSIX_C_SOURCE
00031 #endif
00032 #include "Python.h"
00033 
00034 
00035 namespace GaudiPython {
00036 
00037 
00038 class PyROOTPickle
00039 {
00040 public:
00046   static void Initialize (PyObject* libpyroot_pymodule,
00047                           PyObject* objectproxy_pytype);
00048 };
00049 
00050 
00051 } // namespace GaudiPython
00052 
00053 
00054 #endif // not GAUDIPYTHON_PYROOTPICKLE_H

Generated at Fri Jul 18 11:59:23 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004