Struct CInProcMemBuffer::SSync#

Nested Relationships#

This struct is a nested type of Template Class CInProcMemBuffer.

Inheritance Relationships#

Base Type#

  • public std::enable_shared_from_this< SSync >

Struct Documentation#

struct SSync : public std::enable_shared_from_this<SSync>#

Synchronization object.

Public Members

std::mutex mtx#

Mutex to synchronize.

std::condition_variable cv#

Condition variable to signal.