84 static constexpr std::size_t
NoLimit = (std::numeric_limits<std::size_t>::max)();
95 class VTKIOCORE_EXPORT vtkParserContext
100 vtkParserContext(
const vtkParserContext&) =
delete;
101 vtkParserContext&
operator=(
const vtkParserContext&) =
delete;
118 std::size_t
Read(
char* output, std::size_t size);
123 template <
typename T>