#include "CPyCppyy.h"
#include "Utility.h"
#include "CPPFunction.h"
#include "CPPInstance.h"
#include "CPPOverload.h"
#include "ProxyWrappers.h"
#include "PyCallable.h"
#include "PyStrings.h"
#include "CustomPyTypes.h"
#include "TemplateProxy.h"
#include "TypeManip.h"
#include <limits.h>
#include <string.h>
#include <algorithm>
#include <list>
#include <mutex>
#include <set>
#include <sstream>
#include <utility>
Namespaces | |
namespace | CPyCppyy |
Typedefs | |
typedef std::map< std::string, std::string > | TC2POperatorMapping_t |
Functions | |
static bool | AddTypeName (std::string &tmpl_name, PyObject *tn, PyObject *arg, CPyCppyy::Utility::ArgPreference pref, int *pcnt=nullptr) |
static std::string | AnnotationAsText (PyObject *pyobj) |
static CPyCppyy::PyCallable * | BuildOperator (const std::string &lcname, const std::string &rcname, const char *op, Cppyy::TCppScope_t scope, bool reverse=false) |
static bool | check_scope (const std::string &name) |
Variables | |
static TC2POperatorMapping_t | gC2POperatorMapping |
static std::set< std::string > | gOpRemove |
static std::set< std::string > | gOpSkip |
static bool | includesDone = false |
static std::set< std::string > | sIteratorTypes |
static std::map< void *, PyObject * > | sStdFuncLookup |
static std::map< std::string, PyObject * > | sStdFuncMakerLookup |
typedef std::map<std::string, std::string> TC2POperatorMapping_t |
Definition at line 31 of file Utility.cxx.
|
static |
Definition at line 402 of file Utility.cxx.
|
inlinestatic |
Definition at line 386 of file Utility.cxx.
|
inlinestatic |
Definition at line 261 of file Utility.cxx.
|
inlinestatic |
Definition at line 624 of file Utility.cxx.
|
static |
Definition at line 32 of file Utility.cxx.
|
static |
Definition at line 34 of file Utility.cxx.
|
static |
Definition at line 33 of file Utility.cxx.
|
static |
Definition at line 1162 of file Utility.cxx.
|
static |
Definition at line 1017 of file Utility.cxx.
|
static |
Definition at line 730 of file Utility.cxx.
|
static |
Definition at line 731 of file Utility.cxx.