Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
functioncalls.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  DoWork
 
class  EmptyCall
 
class  OverloadedCall
 
class  TakeAValue
 
struct  Value
 

Functions

double do_work (double)
 
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.