SNMP++  3.3.4
SnmpSynchronized Class Reference

#include <reentrant.h>

Inheritance diagram for SnmpSynchronized:

Public Member Functions

 SnmpSynchronized ()
 
virtual ~SnmpSynchronized ()
 
void lock ()
 
void unlock ()
 

Public Attributes

pthread_mutex_t _mutex
 

Detailed Description

Definition at line 49 of file reentrant.h.

Constructor & Destructor Documentation

SnmpSynchronized::SnmpSynchronized ( )
virtual SnmpSynchronized::~SnmpSynchronized ( )
virtual

Member Function Documentation

void SnmpSynchronized::lock ( )
void SnmpSynchronized::unlock ( )

Member Data Documentation

pthread_mutex_t SnmpSynchronized::_mutex

Definition at line 60 of file reentrant.h.


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