| 26 | std::string str() const override { NB_OVERRIDE_PURE(str); } |
| 27 | bool asBool() const override { NB_OVERRIDE_PURE(asBool); } |
| 28 | Index32 size() const override { NB_OVERRIDE_PURE(size); } |
| 29 | |
| 30 | protected: |
| 31 | void readValue(std::istream& is, Index32 numBytes) override { |
no outgoing calls
no test coverage detected