| 
| bool  | CPyCppyy::Utility::AddToClass (PyObject *pyclass, const char *label, const char *func) | 
|   | 
| bool  | CPyCppyy::Utility::AddToClass (PyObject *pyclass, const char *label, PyCallable *pyfunc) | 
|   | 
| bool  | CPyCppyy::Utility::AddToClass (PyObject *pyclass, const char *label, PyCFunction cfunc, int flags=METH_VARARGS) | 
|   | 
| std::string  | CPyCppyy::Utility::ClassName (PyObject *pyobj) | 
|   | 
| void  | CPyCppyy::Utility::ConstructCallbackPreamble (const std::string &retType, const std::vector< std::string > &argtypes, std::ostringstream &code) | 
|   | 
| void  | CPyCppyy::Utility::ConstructCallbackReturn (const std::string &retType, int nArgs, std::ostringstream &code) | 
|   | 
| std::string  | CPyCppyy::Utility::ConstructTemplateArgs (PyObject *pyname, PyObject *tpArgs, PyObject *args=nullptr, ArgPreference=kNone, int argoff=0, int *pcnt=nullptr) | 
|   | 
| size_t  | CPyCppyy::Utility::FetchError (std::vector< PyError_t > &, bool is_cpp=false) | 
|   | 
| PyError_t  | CPyCppyy::Utility::FetchPyError () | 
|   | 
| PyCallable *  | CPyCppyy::Utility::FindBinaryOperator (const std::string &lcname, const std::string &rcname, const char *op, Cppyy::TCppScope_t scope=0, bool reverse=false) | 
|   | 
| PyCallable *  | CPyCppyy::Utility::FindBinaryOperator (PyObject *left, PyObject *right, const char *op, Cppyy::TCppScope_t scope=0) | 
|   | 
| PyCallable *  | CPyCppyy::Utility::FindUnaryOperator (PyObject *pyclass, const char *op) | 
|   | 
| PyObject *  | CPyCppyy::Utility::FuncPtr2StdFunction (const std::string &retType, const std::string &signature, void *address) | 
|   | 
| Py_ssize_t  | CPyCppyy::Utility::GetBuffer (PyObject *pyobject, char tc, int size, void *&buf, bool check=true) | 
|   | 
| bool  | CPyCppyy::Utility::IncludePython () | 
|   | 
| bool  | CPyCppyy::Utility::InitProxy (PyObject *module, PyTypeObject *pytype, const char *name) | 
|   | 
| bool  | CPyCppyy::Utility::IsSTLIterator (const std::string &classname) | 
|   | 
| std::string  | CPyCppyy::Utility::MapOperatorName (const std::string &name, bool bTakesParames, bool *stubbed=nullptr) | 
|   | 
| PyObject *  | CPyCppyy::Utility::PyErr_Occurred_WithGIL () | 
|   | 
| unsigned long  | CPyCppyy::PyLongOrInt_AsULong (PyObject *pyobject) | 
|   | 
| PY_ULONG_LONG  | CPyCppyy::PyLongOrInt_AsULong64 (PyObject *pyobject) | 
|   | 
| void  | CPyCppyy::Utility::RestorePyError (PyError_t &error) | 
|   | 
| void  | CPyCppyy::Utility::SetDetailedException (std::vector< PyError_t > &&errors, PyObject *topmsg, PyObject *defexc) | 
|   |