Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CPPOverload.h File Reference
#include "PyCallable.h"
#include <map>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for CPPOverload.h:
This graph shows which files directly or indirectly include this file:

Classes

class  CPyCppyy::CPPOverload
 
struct  CPyCppyy::CPPOverload::MethodInfo_t
 

Namespaces

namespace  CPyCppyy
 

Functions

template<typename T >
bool CPyCppyy::CPPOverload_Check (T *object)
 
template<typename T >
bool CPyCppyy::CPPOverload_CheckExact (T *object)
 
CPPOverloadCPyCppyy::CPPOverload_New (const std::string &name, PyCallable *method)
 
CPPOverloadCPyCppyy::CPPOverload_New (const std::string &name, std::vector< PyCallable * > &methods)
 
uint64_t CPyCppyy::HashSignature (CPyCppyy_PyArgs_t args, size_t nargsf)