nidas  v1.2-1520
Public Member Functions | Private Attributes | List of all members
nidas::util::Multisync Class Reference

#include <ThreadSupport.h>

Public Member Functions

 Multisync (int n)
 
void sync ()
 
void sync (std::string &msg)
 
void init ()
 

Private Attributes

Cond _co
 
int _n
 
int _count
 
int debug
 

Constructor & Destructor Documentation

Multisync::Multisync ( int  n)

References debug.

Member Function Documentation

void Multisync::init ( )

References _count.

void Multisync::sync ( )
void Multisync::sync ( std::string &  msg)

Member Data Documentation

Cond nidas::util::Multisync::_co
private

Referenced by sync().

int nidas::util::Multisync::_count
private

Referenced by init(), and sync().

int nidas::util::Multisync::_n
private

Referenced by sync().

int nidas::util::Multisync::debug
private

Referenced by Multisync(), and sync().


The documentation for this class was generated from the following files: