Gaudi Framework, version v21r4

Home   Generated: 7 Sep 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
GAUDI_API StatusCode GaudiPython::call_python_method (PyObject *self, const char *method)
 call the python method


Function Documentation

char* @517::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 Mon Sep 7 18:11:45 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004