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

Method Getc

IO/Geometry/vtkOpenFOAMReader.cxx:1926–1930  ·  view source on GitHub ↗

get a character

Source from the content-addressed store, hash-verified

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 {

Callers 6

ReadMethod · 0.95
ReadExpectingMethod · 0.95
ReadNextMethod · 0.95
ReadIntegerValueMethod · 0.95
ReadDoubleValueMethod · 0.95
NextTokenHeadMethod · 0.95

Calls 1

ReadNextMethod · 0.95

Tested by

no test coverage detected