All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GENAPI_NAMESPACE::CLock Class Reference

A lock class. More...

#include <Synch.h>

Inheritance diagram for GENAPI_NAMESPACE::CLock:

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 Synch.h.

Constructor & Destructor Documentation

◆ CLock() [1/2]

GENAPI_NAMESPACE::CLock::CLock ( )

Constructor.

◆ ~CLock()

GENAPI_NAMESPACE::CLock::~CLock ( )

Destructor.

◆ CLock() [2/2]

GENAPI_NAMESPACE::CLock::CLock ( const CLock )
private

no copy constructor

Member Function Documentation

◆ Lock()

void GENAPI_NAMESPACE::CLock::Lock ( )

enters the critical section (may block)

◆ operator=()

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

no assignment operator

◆ TryLock()

bool GENAPI_NAMESPACE::CLock::TryLock ( )

tries to enter the critical section; returns true if successful

◆ Unlock()

void GENAPI_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 Dec 4 2024 03:10:13