| 163 | ~StrPair(); |
| 164 | |
| 165 | void Set( char* start, char* end, int flags ) { |
| 166 | Reset(); |
| 167 | _start = start; |
| 168 | _end = end; |
| 169 | _flags = flags | NEEDS_FLUSH; |
| 170 | } |
| 171 | |
| 172 | const char* GetStr(); |
| 173 |
nothing calls this directly
no outgoing calls
no test coverage detected