cheshirekow  v0.1.0
pthreads::AttrType< Mutex > Struct Template Reference

A simple way of telling Attr<Mutex> that it's storage type is pthread_mutexattr_t. More...

#include <cpp_pthreads/mutex_attr.h>

Public Types

typedef pthread_mutexattr_t type
 

Detailed Description

template<>
struct pthreads::AttrType< Mutex >

A simple way of telling Attr<Mutex> that it's storage type is pthread_mutexattr_t.

Definition at line 60 of file mutex_attr.h.

Member Typedef Documentation

typedef pthread_mutexattr_t pthreads::AttrType< Mutex >::type

Definition at line 61 of file mutex_attr.h.


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