| 333 | inline void writeState(const Encoder &enc); |
| 334 | unsigned count() const {return FLSharedKeys_Count(_sk);} |
| 335 | void revertToCount(unsigned count) {FLSharedKeys_RevertToCount(_sk, count);} |
| 336 | |
| 337 | operator FLSharedKeys() const {return _sk;} |
| 338 | bool operator== (SharedKeys other) const {return _sk == other._sk;} |
nothing calls this directly
no test coverage detected