Searched refs:PDFGrammar (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfparse.cxx | 88 class PDFGrammar : public grammar< PDFGrammar<iteratorT> > class 92 PDFGrammar( const iteratorT& first ) in PDFGrammar() function in PDFGrammar 94 ~PDFGrammar() in ~PDFGrammar() 145 definition( const PDFGrammar<iteratorT>& rSelf ) in definition() 147 PDFGrammar<iteratorT>* pSelf = const_cast< PDFGrammar<iteratorT>* >( &rSelf ); in definition() 151 …e_d[ (ch_p('%') >> *(~ch_p('\r') & ~ch_p('\n')) >> eol_p)[boost::bind(&PDFGrammar::pushComment, pS… in definition() 153 … boolean = (str_p("true") | str_p("false"))[boost::bind(&PDFGrammar::pushBool, pSelf, _1, _2)]; in definition() 157 … *(anychar_p - str_p("endstream")) >> str_p("endstream"))[boost::bind(&PDFGrammar::emitStream, pSe… in definition() 162 [boost::bind(&PDFGrammar::pushName, pSelf, _1, _2)] ]; in definition() 171 [boost::bind(&PDFGrammar::pushString,pSelf, _1, _2)]; in definition() [all …]
|