Home
last modified time | relevance | path

Searched defs:on_unload (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/dll/example/tutorial6/
Don_unload_lib.cpp18 struct on_unload { struct
37 on_unload() {} // prohibit construction outside of the `add` function in on_unload() function
41 BOOST_DLL_ALIAS(my_namespace::on_unload::add, on_unload)
Dtutorial6.cpp26 boost::function<void(const callback_t&)> on_unload in main() local