Logo ROOT   6.10/09
Reference Guide
Typedefs | Functions | Variables
Utility.cxx File Reference
#include "PyROOT.h"
#include "PyStrings.h"
#include "Utility.h"
#include "ObjectProxy.h"
#include "MethodProxy.h"
#include "TFunctionHolder.h"
#include "TCustomPyTypes.h"
#include "TemplateProxy.h"
#include "RootWrapper.h"
#include "PyCallable.h"
#include "TApplication.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TObject.h"
#include "TClassEdit.h"
#include "TClassRef.h"
#include "TCollection.h"
#include "TDataType.h"
#include "TFunction.h"
#include "TFunctionTemplate.h"
#include "TMethod.h"
#include "TMethodArg.h"
#include "TError.h"
#include "TInterpreter.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <list>
#include <mutex>
#include <sstream>
#include <utility>
Include dependency graph for Utility.cxx:

Typedefs

typedef std::map< std::string, std::string > TC2POperatorMapping_t
 

Functions

static Cppyy::TCppMethod_t FindAndAddOperator (const std::string &lcname, const std::string &rcname, const char *op, TClass *klass=0)
 Helper to find a function with matching signature in 'funcs'. More...
 

Variables

static TC2POperatorMapping_t gC2POperatorMapping
 

Typedef Documentation

◆ TC2POperatorMapping_t

typedef std::map< std::string, std::string > TC2POperatorMapping_t

Definition at line 47 of file Utility.cxx.

Function Documentation

◆ FindAndAddOperator()

static Cppyy::TCppMethod_t FindAndAddOperator ( const std::string &  lcname,
const std::string &  rcname,
const char *  op,
TClass klass = 0 
)
inlinestatic

Helper to find a function with matching signature in 'funcs'.

Definition at line 350 of file Utility.cxx.

Variable Documentation

◆ gC2POperatorMapping

TC2POperatorMapping_t gC2POperatorMapping
static

Definition at line 48 of file Utility.cxx.