The header defines classes and macros for once-blocks. More...
#include <boost/log/detail/config.hpp>
#include <boost/log/utility/unique_identifier_name.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
struct | boost::once_block_flag |
A flag to detect if a code block has already been executed. More... | |
class | boost::aux::once_block_sentry |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::aux | |
Macros | |
#define | BOOST_LOG_ONCE_BLOCK_INIT { boost::log::once_block_flag::uninitialized } |
#define | BOOST_LOG_ONCE_BLOCK_FLAG_INTERNAL(flag_var, sentry_var) |
#define | BOOST_LOG_ONCE_BLOCK_INTERNAL(flag_var, sentry_var) |
#define | BOOST_LOG_ONCE_BLOCK_FLAG(flag_var) |
#define | BOOST_LOG_ONCE_BLOCK() |
The header defines classes and macros for once-blocks.
#define BOOST_LOG_ONCE_BLOCK | ( | ) |
#define BOOST_LOG_ONCE_BLOCK_FLAG | ( | flag_var | ) |
#define BOOST_LOG_ONCE_BLOCK_FLAG_INTERNAL | ( | flag_var, | |
sentry_var | |||
) |
#define BOOST_LOG_ONCE_BLOCK_INIT { boost::log::once_block_flag::uninitialized } |
#define BOOST_LOG_ONCE_BLOCK_INTERNAL | ( | flag_var, | |
sentry_var | |||
) |