FRI-OS
Classes | Public Member Functions | List of all members
cond_attr Class Reference

Wrapper around POSIX condition variable attributes. More...

#include <frios/posix/threads/cond_attr.hpp>

Classes

struct  init_error
 Exception class for condition initialization errors. More...
 

Public Member Functions

 cond_attr (void)
 Default construction.
 
 cond_attr (cond_attr &&tmp)
 Condition variable attributes are movable.
 
 ~cond_attr (void)
 Destructor frees any resources related to the attributes.
 

Detailed Description

Wrapper around POSIX condition variable attributes.


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