![]() |
Rosetta
2016.22
|
Binder self-test file. Bindings for functions. More...
#include <memory>
Classes | |
class | A< T > |
Functions | |
void | foo (bool) |
void | foo (int) |
void | foo (long) |
void | foo (float) |
void | foo (double) |
void | foo (A) |
void | foo (std::shared_ptr< A >) |
void | foo_r (bool &) |
void | foo_r (int &) |
void | foo_r (long &) |
void | foo_r (float &) |
void | foo_r (double &) |
void | foo_r (A &) |
void | foo_r (std::shared_ptr< A > &) |
void | foo_not_binded (bool *) |
void | foo_not_binded (int *) |
void | foo_not_binded (long *) |
void | foo_not_binded (float *) |
void | foo_not_binded (double *) |
void | foo_p (A *) |
void | foo_p (std::shared_ptr< A > *) |
Binder self-test file. Bindings for functions.
void foo | ( | bool | ) |
void foo | ( | int | ) |
void foo | ( | long | ) |
void foo | ( | float | ) |
void foo | ( | double | ) |
void foo | ( | A | ) |
void foo | ( | std::shared_ptr< A > | ) |
void foo_not_binded | ( | bool * | ) |
void foo_not_binded | ( | int * | ) |
void foo_not_binded | ( | long * | ) |
void foo_not_binded | ( | float * | ) |
void foo_not_binded | ( | double * | ) |
void foo_p | ( | A * | ) |
void foo_p | ( | std::shared_ptr< A > * | ) |
void foo_r | ( | bool & | ) |
void foo_r | ( | int & | ) |
void foo_r | ( | long & | ) |
void foo_r | ( | float & | ) |
void foo_r | ( | double & | ) |
void foo_r | ( | A & | ) |
void foo_r | ( | std::shared_ptr< A > & | ) |