ROOT  6.06/09
Reference Guide
Macros
PyStrings.cxx File Reference
#include "PyROOT.h"
#include "PyStrings.h"
+ Include dependency graph for PyStrings.cxx:

Go to the source code of this file.

Macros

#define PYROOT_INITIALIZE_STRING(var, str)
 

Macro Definition Documentation

#define PYROOT_INITIALIZE_STRING (   var,
  str 
)
Value:
if ( ! ( PyStrings::var = PyROOT_PyUnicode_InternFromString( (char*)#str ) ) ) \
#define PyROOT_PyUnicode_InternFromString
Definition: PyROOT.h:72
const Bool_t kFALSE
Definition: Rtypes.h:92
return
Definition: TBase64.cxx:62

Definition at line 56 of file PyStrings.cxx.

Referenced by PyROOT::CreatePyStrings().