| 2140 | OurReader reader_; |
| 2141 | public: |
| 2142 | OurCharReader( |
| 2143 | bool collectComments, |
| 2144 | OurFeatures const& features) |
| 2145 | : collectComments_(collectComments) |
| 2146 | , reader_(features) |
| 2147 | {} |
| 2148 | bool parse( |
| 2149 | char const* beginDoc, char const* endDoc, |
| 2150 | Value* root, JSONCPP_STRING* errs) JSONCPP_OVERRIDE { |
nothing calls this directly
no outgoing calls
no test coverage detected