* The string is uniquely identified by this index. You can use it for comparison. */
| 75 | * The string is uniquely identified by this index. You can use it for comparison. |
| 76 | */ |
| 77 | uint index() const |
| 78 | { |
| 79 | return m_index; |
| 80 | } |
| 81 | |
| 82 | bool isEmpty() const |
| 83 | { |
no outgoing calls
no test coverage detected