![]() |
Rosetta
3.7
|
Binder self-test file. Bindings of temlate classes and functions functionality. More...
Classes | |
class | A< 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 > *) |
Binder self-test file. Bindings of temlate classes and functions functionality.
void foo | ( | ) |