Eigen::Notification Struct Reference

#include <Barrier.h>

+ Inheritance diagram for Eigen::Notification:

Public Member Functions

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

Constructor & Destructor Documentation

◆ Notification()

Eigen::Notification::Notification ( )
inline
65 : Barrier(1){};
Barrier(unsigned int count)
Definition: Barrier.h:23

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