Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::expressions::aux::date_time_formatter_generator_traits< posix_time::time_duration, CharT, VoidT > Struct Template Reference

#include <date_time.hpp>

Inheritance diagram for boost::expressions::aux::date_time_formatter_generator_traits< posix_time::time_duration, CharT, VoidT >:
Collaboration diagram for boost::expressions::aux::date_time_formatter_generator_traits< posix_time::time_duration, CharT, VoidT >:

Public Types

typedef CharT char_type
 Character type. More...
 
typedef std::basic_string
< char_type
string_type
 String type. More...
 
typedef
basic_formatting_ostream
< char_type
stream_type
 Formatting stream type. More...
 
typedef posix_time::time_duration value_type
 Value type. More...
 
typedef
boost::log::aux::light_function
< void(stream_type
&, value_type const &) > 
formatter_function_type
 Formatter function. More...
 

Static Public Member Functions

static formatter_function_type parse (string_type const &format)
 The function parses format string and constructs formatter function. More...
 

Member Typedef Documentation

Formatter function.

Member Function Documentation

The function parses format string and constructs formatter function.


The documentation for this struct was generated from the following file: