xstring.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
12 /*************************************************************************************************/
33 /*************************************************************************************************/
37 /*************************************************************************************************/
41 /****************************************************************************************************/
52 /****************************************************************************************************/
70 /****************************************************************************************************/
87 /*************************************************************************************************/
181 /*************************************************************************************************/
183 inline bool operator == (const context_frame_t::element_t& x, const context_frame_t::element_t& y)
186 /*************************************************************************************************/
190 /*************************************************************************************************/
194 /*************************************************************************************************/
200 /*************************************************************************************************/
213 boost::bind(&implementation::context_frame_t::element_handler, boost::cref(context), _1, _2, _3, _4),
216 .parse_content(); // REVISIT (fbrereto) : More or less legible than having it after the above declaration?
221 { return parse_xml_fragment(reinterpret_cast<uchar_ptr_t>(fragment.c_str()), fragment.size(), output); }
225 { return parse_xml_fragment(reinterpret_cast<uchar_ptr_t>(fragment), std::strlen(fragment), output); }
227 /*************************************************************************************************/
239 /*************************************************************************************************/
255 /*************************************************************************************************/
273 /*************************************************************************************************/
349 .parse_element_sequence(); // REVISIT (fbrereto) : More or less legible than having it after the above declaration?
357 /*************************************************************************************************/
361 /*************************************************************************************************/
|