Lines Matching defs:header_entry
164 // The "header_entry" class.
167 impl::header_entry::header_entry(void)
171 impl::header_entry::header_entry(const std::string& n, const std::string& v,
180 impl::header_entry::name(void) const
186 impl::header_entry::value(void) const
192 impl::header_entry::attrs(void) const
198 impl::header_entry::has_attr(const std::string& n) const
204 impl::header_entry::get_attr(const std::string& n) const
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he)
246 he = impl::header_entry();
274 he = impl::header_entry(hdr_name, hdr_value, attrs);
281 write(std::ostream& os, const impl::header_entry& he)
325 header_entry he;
372 const header_entry& he = (*iter).second;