![]() |
Rosetta
3.7
|
Binder self-test file. Basic functionality. More...
Typedefs | |
using | VoidP = void * |
Functions | |
void | foo () |
int | foo_int (int) |
int | foo_int (int &) |
int | foo_int (int *) |
float | foo_float (float) |
float | foo_float (float &) |
float | foo_float (float *) |
double | foo_double (double) |
double | foo_double (double &) |
double | foo_double (double *) |
VoidP | foo_void_p (VoidP) |
VoidP | foo_void_p (VoidP const &) |
VoidP | foo_void_p (VoidP &) |
Variables | |
int | global_int |
long | global_long |
unsigned int | global_unsigned_int |
unsigned long | global_unsigned_long |
float | global_float |
double | global_double |
Binder self-test file. Basic functionality.
using VoidP = void * |
void foo | ( | ) |
double global_double |
float global_float |
int global_int |
long global_long |
unsigned int global_unsigned_int |
unsigned long global_unsigned_long |