mn_binary_semaphore.hpp
Go to the documentation of this file.
1 
19 #ifndef MINLIB_ESP32_BINARY_SEMAPHORE_
20 #define MINLIB_ESP32_BINARY_SEMAPHORE_
21 
22 #include "mn_config.hpp"
23 #include "mn_basic_semaphore.hpp"
24 
25 namespace mn {
30  public:
42  : basic_semaphore(o) { }
43 
44  virtual ~basic_binary_semaphore();
45  };
46 
48 }
49 
50 #endif
Definition: mn_binary_semaphore.hpp:29
virtual ~basic_binary_semaphore()
Definition: mn_binary_semaphore.cpp:49
basic_binary_semaphore(const basic_binary_semaphore &o)
Definition: mn_binary_semaphore.hpp:41
basic_binary_semaphore()
Definition: mn_binary_semaphore.cpp:29
Definition: mn_basic_semaphore.hpp:41
Definition: mn_allocator_typetraits.hpp:25