Return the mutex guarding the node list (for thread‐safety annotations only).

Synopsis

Declared in <net.h>

[[lock_returned(this‐>m_nodes_mutex)]]
Mutex&
GetNodesMutex() const;

Return Value

a reference to the mutex guarding the node list.

Created with MrDocs