class libfwbuilder::Cond

POSIX Mutex wrapper class

Public Methods

[more] Cond()
[more]virtual ~Cond()
[more]bool wait(const Mutex &mutex, long timeout_ms=-1) const
[more]void signal() const
[more]void broadcast() const

Protected Fields

[more]GCond* cond


Documentation

POSIX Mutex wrapper class
oGCond* cond

o Cond()

ovirtual ~Cond()

obool wait(const Mutex &mutex, long timeout_ms=-1) const

ovoid signal() const

ovoid broadcast() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.