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

Method StackString

IO/Geometry/vtkOpenFOAMReader.cxx:1932–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1930 }
1931
1932 vtkFoamError StackString()
1933 {
1934 vtkFoamError err;
1935 if (this->StackI > 0)
1936 {
1937 err << "\n included";
1938
1939 for (int stackI = this->StackI - 1; stackI >= 0; stackI--)
1940 {
1941 err << " from line " << this->Stack[stackI]->GetLineNumber() << " of "
1942 << this->Stack[stackI]->GetFileName() << "\n";
1943 }
1944 err << ": ";
1945 }
1946 return err;
1947 }
1948
1949 bool CloseIncludedFile()
1950 {

Callers 7

IncludeFileMethod · 0.95
ReadMethod · 0.95
ReadExpectingMethod · 0.95
ThrowStackTraceMethod · 0.95
InflateNextMethod · 0.95

Calls 2

GetLineNumberMethod · 0.45
GetFileNameMethod · 0.45

Tested by

no test coverage detected