Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
functioncalls.cxx File Reference
#include "functioncalls.h"
#include <exception>
#include <math.h>
Include dependency graph for functioncalls.cxx:

Functions

double do_work (double arg)
 
void empty_call ()
 
void take_a_double (double)
 
void take_a_struct (Value)
 
void take_an_int (int)
 

Function Documentation

◆ do_work()

double do_work ( double  arg)

Definition at line 50 of file functioncalls.cxx.

◆ empty_call()

void empty_call ( )

Definition at line 8 of file functioncalls.cxx.

◆ take_a_double()

void take_a_double ( double  )

Definition at line 22 of file functioncalls.cxx.

◆ take_a_struct()

void take_a_struct ( Value  )

Definition at line 26 of file functioncalls.cxx.

◆ take_an_int()

void take_an_int ( int  )

Definition at line 18 of file functioncalls.cxx.