Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TClingCallFunc.h File Reference
#include "TClingUtils.h"
#include "TClingMethodInfo.h"
#include "TInterpreter.h"
#include "cling/Interpreter/Value.h"
#include "clang/AST/ASTContext.h"
#include "llvm/ADT/SmallVector.h"
Include dependency graph for TClingCallFunc.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TClingCallFunc
 Emulation of the CINT CallFunc class. More...
 

Namespaces

namespace  clang
 

Macros

#define X(type, name)
 

Typedefs

typedef void(* tcling_callfunc_ctor_Wrapper_t) (void **, void *, unsigned long)
 
typedef void(* tcling_callfunc_dtor_Wrapper_t) (void *, unsigned long, int)
 
typedef void(* tcling_callfunc_Wrapper_t) (void *, int, void **, void *)
 

Macro Definition Documentation

◆ X

#define X (   type,
  name 
)
Value:
case clang::BuiltinType::name: \
ArgValue = cling::Value::Create(*fInterp, (type)arg); \
break;
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type

Typedef Documentation

◆ tcling_callfunc_ctor_Wrapper_t

typedef void(* tcling_callfunc_ctor_Wrapper_t) (void **, void *, unsigned long)

Definition at line 57 of file TClingCallFunc.h.

◆ tcling_callfunc_dtor_Wrapper_t

typedef void(* tcling_callfunc_dtor_Wrapper_t) (void *, unsigned long, int)

Definition at line 58 of file TClingCallFunc.h.

◆ tcling_callfunc_Wrapper_t

typedef void(* tcling_callfunc_Wrapper_t) (void *, int, void **, void *)

Definition at line 56 of file TClingCallFunc.h.