Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TakeAValue Class Reference

Definition at line 22 of file functioncalls.h.

Public Member Functions

int pass_int (int)
 
void take_a_double (double)
 
void take_a_struct (Value)
 
void take_an_int (int)
 

#include </github/home/ROOT-CI/src/bindings/pyroot/cppyy/cppyy/bench/functioncalls.h>

Member Function Documentation

◆ pass_int()

int TakeAValue::pass_int ( int a)

Definition at line 44 of file functioncalls.cxx.

◆ take_a_double()

void TakeAValue::take_a_double ( double )

Definition at line 35 of file functioncalls.cxx.

◆ take_a_struct()

void TakeAValue::take_a_struct ( Value )

Definition at line 39 of file functioncalls.cxx.

◆ take_an_int()

void TakeAValue::take_an_int ( int )

Definition at line 31 of file functioncalls.cxx.


The documentation for this class was generated from the following files: