------------------------------------------------------------------------------
| 39 | |
| 40 | //------------------------------------------------------------------------------ |
| 41 | void vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::Skip() |
| 42 | { |
| 43 | this->Skipped++; |
| 44 | } |
| 45 | |
| 46 | //------------------------------------------------------------------------------ |
| 47 | bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::FirstAccepted() |
no outgoing calls
no test coverage detected