HttpServletRequestImpl::HttpServletRequestImpl::CookieSeparator Class Reference
Detailed Description
Model of boost::TokenizerFunction Implements tokenizer which can parse quoted escaped name-value pairs. Based on boost::escaped_list_separator. Two primary differences: 1. It supports returning set of separators as tokens (a la boost::char_separator with kept_delims) 2. It matches quotes (looking at escaped_list_separator code, seems to indicate any quote can be closing one, regardless of which one was openning)
This class could easily be generalized, to be useful for other matching, but for now I'm too lazy.
The documentation for this class was generated from the following file: