Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
time_parsing.hpp File Reference
#include "boost/tokenizer.hpp"
#include "boost/lexical_cast.hpp"
#include "boost/date_time/date_parsing.hpp"
#include "boost/cstdint.hpp"
#include <iostream>
Include dependency graph for time_parsing.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::date_time
 

Functions

template<class int_type >
int_type boost::date_time::power (int_type base, int_type exponent)
 computes exponential math like 2^8 => 256, only works with positive integers More...
 
template<class time_duration , class char_type >
time_duration boost::date_time::str_from_delimited_time_duration (const std::basic_string< char_type > &s)
 Creates a time_duration object from a delimited string. More...
 
template<class time_duration >
time_duration boost::date_time::parse_delimited_time_duration (const std::string &s)
 Creates a time_duration object from a delimited string. More...
 
bool boost::date_time::split (const std::string &s, char sep, std::string &first, std::string &second)
 Utility function to split appart string. More...
 
template<class time_type >
time_type boost::date_time::parse_delimited_time (const std::string &s, char sep)
 
template<class time_duration >
time_duration boost::date_time::parse_undelimited_time_duration (const std::string &s)
 Parse time duration part of an iso time of form: [-]hhmmss.fff... More...
 
template<class time_type >
time_type boost::date_time::parse_iso_time (const std::string &s, char sep)
 Parse time string of form YYYYMMDDThhmmss where T is delimeter between date and time. More...