Go to the source code of this file.
Functions | |
void | foo_void_function (int one, float *two, const char *three) |
float | foo_float_function (int one, const char *two) |
int | foo_default_string (int one, const char *two="2") |
int | foo_default_int (int one, int two=2) |
Definition at line 65 of file function.cxx.
Definition at line 45 of file function.cxx.
float foo_float_function | ( | int | one, | |
const char * | two | |||
) |
Definition at line 26 of file function.cxx.
References f.
void foo_void_function | ( | int | one, | |
float * | two, | |||
const char * | three | |||
) |
Definition at line 6 of file function.cxx.