| 518 | bool writeNSObject(id obj) {return FLEncoder_WriteNSObject(_enc, obj);} |
| 519 | Encoder& operator<< (id obj) {writeNSObject(obj); return *this;} |
| 520 | NSData* finish(NSError **err) {return FLEncoder_FinishWithNSData(_enc, err);} |
| 521 | #endif |
| 522 | |
| 523 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected