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

Method ThrowUnexpectedEOFException

IO/Geometry/vtkOpenFOAMReader.cxx:2876–2879  ·  view source on GitHub ↗

hacks to keep exception throwing code out-of-line to make putBack() and readExpecting() inline expandable

Source from the content-addressed store, hash-verified

2874// hacks to keep exception throwing code out-of-line to make
2875// putBack() and readExpecting() inline expandable
2876void vtkFoamFile::ThrowUnexpectedEOFException()
2877{
2878 this->ThrowStackTrace("Unexpected EOF");
2879}
2880
2881void vtkFoamFile::ThrowUnexpectedNondigitException(int c)
2882{

Callers 3

ReadMethod · 0.95
ReadIntegerValueMethod · 0.95
ReadDoubleValueMethod · 0.95

Calls 1

ThrowStackTraceMethod · 0.95

Tested by

no test coverage detected