| 2208 | /** @return a pointer to the start of the active input buffer area. */ |
| 2209 | template <typename C, typename T> |
| 2210 | inline typename basic_pstreambuf<C,T>::char_type* |
| 2211 | basic_pstreambuf<C,T>::rbuffer() |
| 2212 | { |
| 2213 | return rbuffer_[rsrc_]; |
| 2214 | } |
| 2215 | |
| 2216 | |
| 2217 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected