|
Rosetta
|
Binder self-test file. Bindings of temlate classes and functions functionality. More...
Classes | |
| class | A< T > |
| class | TemplateSpecialization< T > |
Functions | |
| template<typename T > | |
| void | foo () |
| template void | foo< int > () |
| template void | foo< double > () |
| void | fi_instantiated_by_use_in_function (A< int >) |
| void | fi (A< int > &) |
| void | fi (A< int > *) |
| void | ff_instantiated_by_use_in_function_not_binded (A< float > &) |
| void | fd_instantiated_by_use_in_function_not_binded (A< double > *) |
| template<typename T > | |
| T | add (T v) |
| template<typename T , typename... As> | |
| T | add (T first, As... as) |
| template<typename... As> | |
| void | foo (As... as) |
| void | instantiate () |
Binder self-test file. Bindings of temlate classes and functions functionality.
References add(), and create_a3b_hbs::first.
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::v.
Referenced by add(), and instantiate().
| void ff_instantiated_by_use_in_function_not_binded | ( | A< float > & | ) |
| void fi | ( | A< int > & | ) |
| void fi | ( | A< int > * | ) |
| void fi_instantiated_by_use_in_function | ( | A< int > | ) |
Referenced by bind_T20_template().
| void foo | ( | ) |
Referenced by instantiate().
| void foo | ( | As... | as | ) |
Referenced by bind_T20_template().
| template void foo< int > | ( | ) |
Referenced by bind_T20_template().
| void instantiate | ( | ) |
Referenced by bind_T20_template().