Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
clingwrapper.h File Reference
#include "capi.h"
Include dependency graph for clingwrapper.h:

Macros

#define __STDC_CONSTANT_MACROS
 
#define __STDC_FORMAT_MACROS
 
#define __STDC_LIMIT_MACROS
 

Typedefs

typedef void(* CPPYY_Cling_Wrapper_t) (void *, int, void **, void *)
 

Functions

void * cppyy_load_dictionary (const char *lib_name)
 

Macro Definition Documentation

◆ __STDC_CONSTANT_MACROS

#define __STDC_CONSTANT_MACROS

Definition at line 23 of file clingwrapper.h.

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS

Definition at line 27 of file clingwrapper.h.

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 31 of file clingwrapper.h.

Typedef Documentation

◆ CPPYY_Cling_Wrapper_t

typedef void(* CPPYY_Cling_Wrapper_t) (void *, int, void **, void *)

Definition at line 35 of file clingwrapper.h.

Function Documentation

◆ cppyy_load_dictionary()

void * cppyy_load_dictionary ( const char *  lib_name)

Definition at line 2787 of file clingwrapper.cxx.