Audacity 3.2.0
Classes | Public Member Functions | List of all members
ClientData::Lockable< Object, NoLocking > Struct Template Reference

Specialization for trivial, non-locking policy. More...

#include <ClientDataHelpers.h>

Inheritance diagram for ClientData::Lockable< Object, NoLocking >:
[legend]
Collaboration diagram for ClientData::Lockable< Object, NoLocking >:
[legend]

Classes

struct  Lock
 Empty class. More...
 

Public Member Functions

Lock lock () const
 

Detailed Description

template<typename Object>
struct ClientData::Lockable< Object, NoLocking >

Specialization for trivial, non-locking policy.

Definition at line 63 of file ClientDataHelpers.h.

Member Function Documentation

◆ lock()

template<typename Object >
Lock ClientData::Lockable< Object, NoLocking >::lock ( ) const
inline

Definition at line 67 of file ClientDataHelpers.h.

67{ return {}; }

The documentation for this struct was generated from the following file: