Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

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 #include "GaudiKernel/Kernel.h"
00029 
00030 #ifdef _POSIX_C_SOURCE
00031 # undef _POSIX_C_SOURCE
00032 #endif
00033 #include "Python.h"
00034 
00035 
00036 namespace GaudiPython {
00037 
00038 
00039 class GAUDI_API PyROOTPickle
00040 {
00041 public:
00047   static void Initialize (PyObject* libpyroot_pymodule,
00048                           PyObject* objectproxy_pytype);
00049 };
00050 
00051 
00052 } // namespace GaudiPython
00053 
00054 
00055 #endif // not GAUDIPYTHON_PYROOTPICKLE_H

Generated at Mon May 3 12:14:39 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004