Home
last modified time | relevance | path

Searched refs:BOOST_DLL_ALIAS (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/dll/test/
Dtest_library.cpp71 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/
Dlimitations.qbk15 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…
Dfaq.qbk35 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
Dgetting_started.qbk55 [macroref BOOST_DLL_ALIAS]
Ddesign_rationale.qbk86 BOOST_DLL_ALIAS(boost::foo, foo_variant) // in plugin
Dtutorial.qbk67 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/
Drefcounting_plugin.hpp13 BOOST_DLL_ALIAS(create, create_refc_plugin)
/third_party/boost/libs/dll/example/tutorial4/
Dstatic_plugin.hpp17 BOOST_DLL_ALIAS(
/third_party/boost/libs/dll/example/tutorial2/
Dmy_plugin_aggregator.cpp43 BOOST_DLL_ALIAS(
/third_party/boost/libs/dll/example/tutorial6/
Don_unload_lib.cpp41 BOOST_DLL_ALIAS(my_namespace::on_unload::add, on_unload)
/third_party/boost/libs/dll/example/
Dgetting_started_library.cpp44 BOOST_DLL_ALIAS(some_namespace::i_am_function_with_ugly_name, pretty_name)
/third_party/boost/boost/dll/
Dalias.hpp166 #define BOOST_DLL_ALIAS(FunctionOrVar, AliasName) \ macro
/third_party/boost/doc/html/
Ddoc_HTML.manifest1228 BOOST_DLL_ALIAS.html