* Get maximum string length. * * @return Maximum string length */
| 157 | * @return Maximum string length |
| 158 | */ |
| 159 | size_t getMaxLength() const |
| 160 | { |
| 161 | return m_max; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Get value. |
nothing calls this directly
no outgoing calls
no test coverage detected