MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / AbstractStateLibrary

Method AbstractStateLibrary

src/CoolPropLib.cpp:486–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485 public:
486 AbstractStateLibrary() = default;
487 long add(const shared_ptr<CoolProp::AbstractState>& AS) {
488 std::scoped_lock guard(ASLib_mutex);
489 ASlibrary.insert(std::pair<std::size_t, shared_ptr<CoolProp::AbstractState>>(this->next_handle, AS));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected