Public Member Functions | Private Member Functions | List of all members
GENICAM_NAMESPACE::CLock Class Reference

A lock class. More...

#include <GCSynch.h>

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

Public Member Functions

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

Private Member Functions

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

Detailed Description

A lock class.

Definition at line 63 of file GCSynch.h.

Constructor & Destructor Documentation

GENICAM_NAMESPACE::CLock::CLock ( )

Constructor.

GENICAM_NAMESPACE::CLock::~CLock ( )

Destructor.

GENICAM_NAMESPACE::CLock::CLock ( const CLock )
private

no copy constructor

Member Function Documentation

void GENICAM_NAMESPACE::CLock::Lock ( )

enters the critical section (may block)

CLock& GENICAM_NAMESPACE::CLock::operator= ( const CLock )
private

no assignment operator

bool GENICAM_NAMESPACE::CLock::TryLock ( )

tries to enter the critical section; returns true if successful

void GENICAM_NAMESPACE::CLock::Unlock ( )

leaves the critical section


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:42