Home
last modified time | relevance | path

Searched refs:frontend_requirements (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/log/sinks/
Dbasic_sink_backend.hpp46 typedef FrontendRequirementsT frontend_requirements; typedef
86 typedef typename base_type::frontend_requirements frontend_requirements; typedef
Dbasic_sink_frontend.hpp217 typedef typename BackendT::frontend_requirements frontend_requirements; in flush_backend() typedef
219 typename has_requirement< frontend_requirements, flushing >::type()); in flush_backend()
517 typename BackendT::frontend_requirements,
Dunlocked_frontend.hpp75 …BOOST_STATIC_ASSERT_MSG((has_requirement< typename sink_backend_type::frontend_requirements, concu…
Dsync_frontend.hpp85 …BOOST_STATIC_ASSERT_MSG((has_requirement< typename sink_backend_type::frontend_requirements, synch…
Dasync_frontend.hpp213 …BOOST_STATIC_ASSERT_MSG((has_requirement< typename sink_backend_type::frontend_requirements, synch…
/third_party/boost/libs/log/doc/tmp/
Dsinks_reference.qbk88 …e boost_log_sinks_frontend_requirements_hpp[][headerref boost/log/sinks/frontend_requirements.hpp]]
/third_party/boost/libs/log/doc/
Dextension.qbk18 … that are required to interface with sink frontends. One of these types is `frontend_requirements`.
24 In order to work with sink backends, frontends use the `frontend_requirements` type defined by all …
28 …d_sink_backend] base class automatically adds this requirement to the `frontend_requirements` type.
33 Multiple requirements can be combined into `frontend_requirements` type with the [class_sinks_combi…
39 >::type frontend_requirements;
43 …metafunction can be used to test for a specific requirement in the `frontend_requirements` typedef.
/third_party/boost/libs/log/src/setup/
Dinit_from_settings.cpp324 typename backend_t::frontend_requirements,