Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::date_time::parse_match_result< charT > Struct Template Reference

#include <string_parse_tree.hpp>

Collaboration diagram for boost::date_time::parse_match_result< charT >:

Public Types

enum  PARSE_STATE { PARSE_ERROR = -1 }
 
typedef std::basic_string< charT > string_type
 

Public Member Functions

 parse_match_result ()
 
string_type remaining () const
 
charT last_char () const
 
bool has_remaining () const
 Returns true if more characters were parsed than was necessary. More...
 

Public Attributes

string_type cache
 
unsigned short match_depth
 
short current_match
 

Member Typedef Documentation

template<typename charT>
typedef std::basic_string<charT> boost::date_time::parse_match_result< charT >::string_type

Member Enumeration Documentation

Enumerator
PARSE_ERROR 

Constructor & Destructor Documentation

template<typename charT>
boost::date_time::parse_match_result< charT >::parse_match_result ( )
inline

Member Function Documentation

template<typename charT>
charT boost::date_time::parse_match_result< charT >::last_char ( ) const
inline

Member Data Documentation


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