Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
clock.hpp File Reference
#include <boost/log/detail/config.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/attribute_value.hpp>
#include <boost/log/attributes/attribute_cast.hpp>
#include <boost/log/attributes/attribute_value_impl.hpp>
#include <boost/log/attributes/time_traits.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for clock.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::attributes::basic_clock< TimeTraitsT >
 A class of an attribute that makes an attribute value of the current date and time. More...
 
struct  boost::attributes::basic_clock< TimeTraitsT >::impl
 Attribute factory implementation. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::attributes
 

Typedefs

typedef basic_clock
< utc_time_traits > 
boost::attributes::utc_clock
 Attribute that returns current UTC time. More...
 
typedef basic_clock
< local_time_traits > 
boost::attributes::local_clock
 Attribute that returns current local time. More...
 

Detailed Description

Author
Andrey Semashev
Date
01.12.2007

The header contains wall clock attribute implementation and typedefs.