MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / IntValue

Method IntValue

lesson7-Detection/src/utils/tinyxml.cpp:1272–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270}
1271
1272int TiXmlAttribute::IntValue() const
1273{
1274 return atoi (value.c_str ());
1275}
1276
1277double TiXmlAttribute::DoubleValue() const
1278{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected