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

Method IsString

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

Token is STRING

Source from the content-addressed store, hash-verified

1437
1438 // Token is STRING
1439 bool IsString() const noexcept { return this->Type == STRING; }
1440
1441 // Token is STRING and equal to parameter
1442 bool IsString(const std::string& str) const

Callers 6

operator==Method · 0.95
operator!=Method · 0.95
inq_attlenMethod · 0.45
get_att_textMethod · 0.45
GenerateRowsMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected