#include <string>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/copy.hpp>
#include <boost/mpl/back_inserter.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/utility/string_literal_fwd.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
Typedefs | |
typedef mpl::vector< float, double, long double > | boost::floating_point_types |
An MPL-sequence of FP types of attributes, supported by default. More... | |
typedef mpl::copy < floating_point_types, mpl::back_inserter < integral_types >>::type | boost::numeric_types |
An MPL-sequence of all numeric types of attributes, supported by default. More... | |
typedef mpl::vector<> | boost::string_types |
An MPL-sequence of string types of attributes, supported by default. More... | |
typedef mpl::copy < string_types, mpl::back_inserter < numeric_types >>::type | boost::default_attribute_types |
An MPL-sequence of all attribute value types that are supported by the library by default. More... | |
Variables | |
BOOST_LOG_OPEN_NAMESPACE typedef mpl::vector< bool, char, wchar_t, signed char, unsigned char, short, unsigned short, int, unsigned int, long, unsigned long > | boost::integral_types |
An MPL-sequence of integral types of attributes, supported by default. More... | |
The header contains definition of standard types supported by the library by default.