get a character
| 1924 | |
| 1925 | // get a character |
| 1926 | int Getc() |
| 1927 | { |
| 1928 | return this->Superclass::BufPtr == this->Superclass::BufEndPtr ? this->ReadNext() |
| 1929 | : *this->Superclass::BufPtr++; |
| 1930 | } |
| 1931 | |
| 1932 | vtkFoamError StackString() |
| 1933 | { |
no test coverage detected