MCPcopy Create free account
hub / github.com/Cantera/cantera / getId

Method getId

src/base/ValueCache.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19int ValueCache::m_last_id = 0;
20
21int ValueCache::getId()
22{
23 std::unique_lock<std::mutex> lock(id_mutex);
24 return ++m_last_id;
25}
26
27void ValueCache::clear()
28{

Callers 12

updateThermoMethod · 0.80
_updateThermoMethod · 0.80
updateThermoMethod · 0.80
calcDensityMethod · 0.80
A_Debye_TPMethod · 0.80
dA_DebyedP_TPMethod · 0.80
updateROPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected