Public Member Functions | List of all members
spdlog::details::null_mutex Struct Reference

#include <null_mutex.h>

Public Member Functions

void lock ()
 
void unlock ()
 
bool try_lock ()
 

Detailed Description

Definition at line 13 of file null_mutex.h.

Member Function Documentation

void spdlog::details::null_mutex::lock ( )
inline

Definition at line 15 of file null_mutex.h.

15 {}
bool spdlog::details::null_mutex::try_lock ( )
inline

Definition at line 17 of file null_mutex.h.

18  {
19  return true;
20  }
void spdlog::details::null_mutex::unlock ( )
inline

Definition at line 16 of file null_mutex.h.

16 {}

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