SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions
CLock Class Reference

Detailed Description

Class Lock used for synchronization in concurrent programs.

Definition at line 17 of file Lock.h.

Public Member Functions

 CLock ()
 
 ~CLock ()
 
void lock ()
 
void unlock ()
 

Constructor & Destructor Documentation

CLock ( )

default constructor

Definition at line 41 of file Lock.cpp.

~CLock ( )

de-structor

Definition at line 49 of file Lock.cpp.

Member Function Documentation

void lock ( )

lock the object

Definition at line 57 of file Lock.cpp.

void unlock ( )

unlock the object (must be called as often as lock)

Definition at line 64 of file Lock.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation