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