Logo ROOT   6.12/07
Reference Guide
Macros
PyStrings.cxx File Reference
#include "PyROOT.h"
#include "PyStrings.h"
Include dependency graph for PyStrings.cxx:

Macros

#define PYROOT_INITIALIZE_STRING(var, str)
 

Macro Definition Documentation

◆ PYROOT_INITIALIZE_STRING

#define PYROOT_INITIALIZE_STRING (   var,
  str 
)
Value:
if ( ! ( PyStrings::var = PyROOT_PyUnicode_InternFromString( (char*)#str ) ) ) \
return kFALSE
#define PyROOT_PyUnicode_InternFromString
Definition: PyROOT.h:72
const Bool_t kFALSE
Definition: RtypesCore.h:88

Definition at line 57 of file PyStrings.cxx.