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

Method IsPunctuation

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

Token represents PUNCTUATION

Source from the content-addressed store, hash-verified

1416
1417 // Token represents PUNCTUATION
1418 bool IsPunctuation() const noexcept { return this->Type == PUNCTUATION; }
1419
1420 // Token is PUNCTUATION and equal to parameter
1421 bool IsPunctuation(char c) const noexcept { return this->Type == PUNCTUATION && c == this->Char; }

Callers 5

operator==Method · 0.95
operator!=Method · 0.95
ReadDimensionSetMethod · 0.80
ReadListMethod · 0.80
ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected