Public Member Functions | Private Member Functions
GENAPI_NAMESPACE::CLock Class Reference

A lock class. More...

#include <Synch.h>

Inheritance diagram for GENAPI_NAMESPACE::CLock:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CLock ()
 Constructor.
void Lock ()
 enters the critical section (may block)
bool TryLock ()
 tries to enter the critical section; returns true if successful
void Unlock ()
 leaves the critical section
 ~CLock ()
 Destructor.

Private Member Functions

 CLock (const CLock &)
 no copy constructor
CLockoperator= (const CLock &)
 no assignment operator

Detailed Description

A lock class.

Definition at line 63 of file Synch.h.


Constructor & Destructor Documentation

Constructor.

Destructor.

GENAPI_NAMESPACE::CLock::CLock ( const CLock ) [private]

no copy constructor


Member Function Documentation

enters the critical section (may block)

CLock& GENAPI_NAMESPACE::CLock::operator= ( const CLock ) [private]

no assignment operator

tries to enter the critical section; returns true if successful

leaves the critical section


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:11