![]() |
|
|
Generated: 8 Jan 2009 |
#include "Python.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiPython/Algorithm.h"

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 | |
| 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); }