| 228 | } |
| 229 | |
| 230 | void scatterData() |
| 231 | { |
| 232 | if (metadata) |
| 233 | metadata->scatterData(buffer); |
| 234 | } |
| 235 | |
| 236 | private: |
| 237 | // Private operator new prevents this class from being allocated in heap, so it can be used only as stack or static variable |
nothing calls this directly
no test coverage detected