| 476 | public: |
| 477 | |
| 478 | inline static AutoCast getProcAddress(String inLib, String inPrim) |
| 479 | { |
| 480 | return AutoCast(__hxcpp_get_proc_address(inLib, inPrim,false)); |
| 481 | } |
| 482 | |
| 483 | |
| 484 | template<typename T> |
nothing calls this directly
no test coverage detected