| 29 | public: |
| 30 | |
| 31 | StringWriter(const PoolBuffers& poolBuffers) : _pString(NULL),DataWriter(poolBuffers) {} |
| 32 | StringWriter(std::string& buffer) : _pString(&buffer) {} |
| 33 | |
| 34 | UInt64 beginObject(const char* type = NULL) { return 0; } |
nothing calls this directly
no outgoing calls
no test coverage detected