Searched refs:base_class (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dlexical_cast.hpp1210 typedef BufferType base_class; typedef in class:boost::detail::stl_buf_unlocker
1212 using base_class::pptr;
1213 using base_class::pbase;
1214 using base_class::setg;
1215 using base_class::setp;
1217 CharT* pptr() const { return base_class::pptr(); }
1218 CharT* pbase() const { return base_class::pbase(); }
1219 void setg(CharT* gbeg, CharT* gnext, CharT* gend){ return base_class::setg(gbeg, gnext, gend); }

Completed in 1488 milliseconds