MCPcopy Create free account
hub / github.com/Kitware/VTK / ReadLine

Method ReadLine

IO/Core/vtkResourceParser.cxx:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504vtkParseResult vtkResourceParser::vtkParserContext::ReadLine(
505 const DataReceiverType& receiver, std::size_t limit)
506{
507 return this->Impl->ReadLine(receiver, limit);
508}
509
510//------------------------------------------------------------------------------
511template <typename T>

Callers 6

ReadLineFunction · 0.45
ReadLineToFunction · 0.45
DiscardLineFunction · 0.45
DiscardLeadingCharactersFunction · 0.45
TestReadLineFunction · 0.45
TestReadLineLimitFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestReadLineFunction · 0.36
TestReadLineLimitFunction · 0.36