Searched refs:basic_xml_grammar (Results 1 – 10 of 10) sorted by relevance
2 // basic_xml_grammar.ipp:41 #include <boost/archive/impl/basic_xml_grammar.hpp>52 // template code for basic_xml_grammar of both wchar_t and char types177 bool basic_xml_grammar<CharType>::my_parse(178 typename basic_xml_grammar<CharType>::IStream & is,219 bool basic_xml_grammar<CharType>::parse_start_tag(220 typename basic_xml_grammar<CharType>::IStream & is227 bool basic_xml_grammar<CharType>::parse_end_tag(IStream & is) const {232 bool basic_xml_grammar<CharType>::parse_string(IStream & is, StringType & s){245 basic_xml_grammar<CharType>::basic_xml_grammar(){[all …]
46 typedef basic_xml_grammar<char> xml_grammar;70 template class basic_xml_grammar<char>; variable
45 typedef basic_xml_grammar<wchar_t> xml_wgrammar;152 template class basic_xml_grammar<wchar_t>; variable
67 class BOOST_SYMBOL_VISIBLE basic_xml_grammar { class167 basic_xml_grammar();
41 #include "basic_xml_grammar.hpp"
44 #include "basic_xml_grammar.hpp"
43 class basic_xml_grammar;44 typedef basic_xml_grammar<char> xml_grammar;
48 class basic_xml_grammar;49 typedef basic_xml_grammar<wchar_t> xml_wgrammar;
115 ../src/basic_xml_grammar.ipp # doesn't show up in "Source Files" in Xcode"'131 ../src/basic_xml_grammar.ipp # doesn't show up in "Source Files" in Xcode"'
248 boost/archive/impl/basic_xml_grammar.hpp