get line count read from file. Use length() instead to get count of lines queued.
| 1274 | int GetFirstLineIndex() { return first_line_index; } |
| 1275 | // get line count read from file. Use length() instead to get count of lines queued. |
| 1276 | int GetLineCount() { return first_line_index + length(); } |
| 1277 | // get line by line file index |
| 1278 | LVTextFileLine * GetLine( int index ) |
| 1279 | { |
no outgoing calls
no test coverage detected