Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
API.cxx File Reference
#include "CPyCppyy.h"
#include "CPyCppyy/API.h"
#include "CPPInstance.h"
#include "CPPOverload.h"
#include "CPPScope.h"
#include "ProxyWrappers.h"
#include "PyStrings.h"
#include <stdio.h>
#include <iostream>
#include <string>
Include dependency graph for API.cxx:

Namespaces

namespace  CPyCppyy
 Set of helper functions that are invoked from the pythonizors, on the Python side.
 

Macros

#define CPYCPPYY_INTERNAL   1
 

Variables

static PyObjectgMainDict = nullptr
 

Macro Definition Documentation

◆ CPYCPPYY_INTERNAL

#define CPYCPPYY_INTERNAL   1

Definition at line 3 of file API.cxx.

Variable Documentation

◆ gMainDict

PyObject* gMainDict = nullptr
static

Definition at line 29 of file API.cxx.