SNMP++  3.3.11
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 50 of file reentrant.h.

Constructor & Destructor Documentation

◆ SnmpSynchronized()

SnmpSynchronized::SnmpSynchronized ( )

◆ ~SnmpSynchronized()

virtual SnmpSynchronized::~SnmpSynchronized ( )
virtual

Member Function Documentation

◆ lock()

void SnmpSynchronized::lock ( )

◆ unlock()

void SnmpSynchronized::unlock ( )

Member Data Documentation

◆ _mutex

pthread_mutex_t SnmpSynchronized::_mutex

Definition at line 61 of file reentrant.h.


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