Sets the maximum length of string that can be mapped. (Defaults to 16 bytes.) */
| 77 | |
| 78 | /** Sets the maximum length of string that can be mapped. (Defaults to 16 bytes.) */ |
| 79 | void setMaxKeyLength(size_t m) {_maxKeyLength = m;} |
| 80 | |
| 81 | /** The number of stored keys. */ |
| 82 | size_t count() const FLPURE; |
nothing calls this directly
no outgoing calls
no test coverage detected