![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::parse_match_result
// In header: <boost/date_time/string_parse_tree.hpp> template<typename charT> struct parse_match_result { // types typedef ; enum PARSE_STATE { PARSE_ERROR = = -1 }; // construct/copy/destruct (); // public member functions () ; () ; () ; // public data members cache; match_depth; current_match; };