| 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) | 
Definition at line 50 of file functioncalls.cxx.
| void empty_call | ( | ) | 
Definition at line 8 of file functioncalls.cxx.
| void take_a_double | ( | double | ) | 
Definition at line 22 of file functioncalls.cxx.
| void take_a_struct | ( | Value | ) | 
Definition at line 26 of file functioncalls.cxx.
| void take_an_int | ( | int | ) | 
Definition at line 18 of file functioncalls.cxx.