Gaudi Framework, version v20r4

Generated: 8 Jan 2009

Algorithm.cpp File Reference

#include "Python.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiPython/Algorithm.h"

Include dependency graph for Algorithm.cpp:

Go to the source code of this file.

Functions

char * chr (const char *c)
 : (MCl) work-around to fix the warning
StatusCode GaudiPython::call_python_method (PyObject *self, const char *method)
 call the python method


Function Documentation

char* @512::chr ( const char *  c  )  [inline, static]

: (MCl) work-around to fix the warning

warning: deprecated conversion from string constant to ‘char*’

that occurs when a string constant (e.g.: "abc", "") is passed to a function expecting char *

Definition at line 26 of file Algorithm.cpp.

00026 { return const_cast<char*>(c); }


Generated at Thu Jan 8 17:48:13 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004