Home | Libraries | People | FAQ | More |
boost::date_time::parse_match_result —
template<typename charT> struct parse_match_result { // types typedef std::basic_string< charT > string_type; // construct/copy/destruct parse_match_result(); // public member functions string_type remaining() const; charT last_char() const; bool has_remaining() const; string_type cache; unsigned short match_depth; short current_match; static const short PARSE_ERROR; };
Copyright © 2001-2005 CrystalClear Software, Inc |