Searched refs:BOOST_DLL_ALIAS (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/dll/test/ |
D | test_library.cpp | 71 BOOST_DLL_ALIAS(foo::bar, foo_bar) 72 BOOST_DLL_ALIAS(foo::variable, foo_variable) 73 BOOST_DLL_ALIAS(namespace1::namespace2::namespace3::do_share, do_share) 74 BOOST_DLL_ALIAS(namespace1::namespace2::namespace3::info, info) 75 BOOST_DLL_ALIAS(const_integer_g, const_integer_g_alias) 76 BOOST_DLL_ALIAS(namespace1::namespace2::namespace3::ref_returning_function, ref_returning_function) 103 BOOST_DLL_ALIAS(this_module_location_from_itself, module_location_from_itself)
|
/third_party/boost/libs/dll/doc/ |
D | limitations.qbk | 15 where we must explicitly specify translation unit in which [macroref BOOST_DLL_ALIAS] is instantiat… 16 [macroref BOOST_DLL_ALIAS] declarations with that alias name an `extern` variable. 18 Unit that must hold an instance of [macroref BOOST_DLL_ALIAS] must define [macroref BOOST_DLL_FORCE…
|
D | faq.qbk | 35 or `BOOST_DLL_ALIAS`. You can call `shared_library(program_location())` to load yourself. Refer to 50 * [*Answer:] Library only guarantees that alias names created using the `BOOST_DLL_ALIAS` macros
|
D | getting_started.qbk | 55 [macroref BOOST_DLL_ALIAS]
|
D | design_rationale.qbk | 86 BOOST_DLL_ALIAS(boost::foo, foo_variant) // in plugin
|
D | tutorial.qbk | 67 using [macroref BOOST_DLL_ALIAS]. 300 [note `BOOST_DLL_ALIAS` macro by default places all the aliases into the "boostdll" section. ]
|
/third_party/boost/libs/dll/example/tutorial8/ |
D | refcounting_plugin.hpp | 13 BOOST_DLL_ALIAS(create, create_refc_plugin)
|
/third_party/boost/libs/dll/example/tutorial4/ |
D | static_plugin.hpp | 17 BOOST_DLL_ALIAS(
|
/third_party/boost/libs/dll/example/tutorial2/ |
D | my_plugin_aggregator.cpp | 43 BOOST_DLL_ALIAS(
|
/third_party/boost/libs/dll/example/tutorial6/ |
D | on_unload_lib.cpp | 41 BOOST_DLL_ALIAS(my_namespace::on_unload::add, on_unload)
|
/third_party/boost/libs/dll/example/ |
D | getting_started_library.cpp | 44 BOOST_DLL_ALIAS(some_namespace::i_am_function_with_ugly_name, pretty_name)
|
/third_party/boost/boost/dll/ |
D | alias.hpp | 166 #define BOOST_DLL_ALIAS(FunctionOrVar, AliasName) \ macro
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 1228 BOOST_DLL_ALIAS.html
|