Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
format_date_parser.hpp File Reference
#include "boost/lexical_cast.hpp"
#include "boost/date_time/string_parse_tree.hpp"
#include "boost/date_time/strings_from_facet.hpp"
#include "boost/date_time/special_values_parser.hpp"
#include <string>
#include <vector>
#include <sstream>
#include <iterator>
#include <cctype>
Include dependency graph for format_date_parser.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::date_time::format_date_parser< date_type, charT >
 Class with generic date parsing using a format string. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Functions

template<typename int_type , typename charT >
int_type boost::date_time::fixed_string_to_int (std::istreambuf_iterator< charT > &itr, std::istreambuf_iterator< charT > &stream_end, parse_match_result< charT > &mr, unsigned int length, const charT &fill_char)
 Helper function for parsing fixed length strings into integers. More...
 
template<typename int_type , typename charT >
int_type boost::date_time::fixed_string_to_int (std::istreambuf_iterator< charT > &itr, std::istreambuf_iterator< charT > &stream_end, parse_match_result< charT > &mr, unsigned int length)
 Helper function for parsing fixed length strings into integers. More...
 
template<typename int_type , typename charT >
int_type boost::date_time::var_string_to_int (std::istreambuf_iterator< charT > &itr, const std::istreambuf_iterator< charT > &stream_end, unsigned int max_length)
 Helper function for parsing varied length strings into integers. More...