![]() |
Rosetta
2019.12
|
Binder self-test file. Basic functionality. More...
Typedefs | |
using | VoidP = void * |
Functions | |
void | foo () |
int | foo_char (char) |
int | foo_char (char &) |
int | foo_char (char *) |
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 | ( | ) |
Referenced by all_pose_residues(), and do_erraser2().
int foo_char | ( | char | ) |
int foo_char | ( | char & | ) |
int foo_char | ( | char * | ) |
double global_double |
float global_float |
int global_int |
long global_long |
unsigned int global_unsigned_int |
unsigned long global_unsigned_long |