|
CGraph
|
#include <UCvMutex.h>


Public Attributes | |
| std::mutex | mtx_ {} |
| std::condition_variable | cv_ {} |
Additional Inherited Members | |
Public Member Functions inherited from CObject | |
| CObject ()=default | |
| virtual CStatus | init () |
| virtual CStatus | destroy () |
| virtual | ~CObject ()=default |
Protected Member Functions inherited from UThreadObject | |
| CStatus | run () override |
Protected Member Functions inherited from UtilsObject | |
| CStatus | run () override |
| std::condition_variable UCvMutex::cv_ {} |
| std::mutex UCvMutex::mtx_ {} |