| 18 | #include <string> |
| 19 | |
| 20 | VTK_ABI_NAMESPACE_BEGIN |
| 21 | |
| 22 | //------------------------------------------------------------------------------ |
| 23 | bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::MaxReached() |
| 24 | { |
| 25 | return this->HasMax && this->Current == this->Max; |
| 26 | } |
| 27 | |
| 28 | //------------------------------------------------------------------------------ |
| 29 | bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::AcceptingField() |
no outgoing calls
no test coverage detected