Eigen::Notification Struct Reference
+ Inheritance diagram for Eigen::Notification:

Public Member Functions

 Notification ()
 
- Public Member Functions inherited from Eigen::Barrier
 Barrier (unsigned int count)
 
void Notify ()
 
void Wait ()
 
 ~Barrier ()
 

Detailed Description

Definition at line 63 of file Barrier.h.

Constructor & Destructor Documentation

◆ Notification()

Eigen::Notification::Notification ( )
inline

Definition at line 64 of file Barrier.h.

64 : Barrier(1){};
Barrier(unsigned int count)
Definition: Barrier.h:22

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