MCPcopy Create free account
hub / github.com/dartsim/dart / getLockableReference

Method getLockableReference

dart/dynamics/Skeleton.cpp:422–427  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

420
421//==============================================================================
422std::unique_ptr<common::LockableReference> Skeleton::getLockableReference()
423 const
424{
425 return std::make_unique<common::SingleLockableReference<std::mutex>>(
426 mPtr, mMutex);
427}
428
429//==============================================================================
430Skeleton::~Skeleton()

Callers 4

MetaSkeletonFunction · 0.45
ReferentialSkeletonFunction · 0.45
SkeletonFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36