Apache Mesos
Public Member Functions | List of all members
Synchronized< T > Class Template Reference

#include <synchronized.hpp>

Public Member Functions

 Synchronized (T *t, void(*acquire)(T *), void(*release)(T *))
 
 ~Synchronized ()
 
 operator bool () const
 

Detailed Description

template<typename T>
class Synchronized< T >

Examples:
/mesos/3rdparty/stout/include/stout/synchronized.hpp.

Constructor & Destructor Documentation

template<typename T>
Synchronized< T >::Synchronized ( T *  t,
void(*)(T *)  acquire,
void(*)(T *)  release 
)
inlineexplicit
template<typename T>
Synchronized< T >::~Synchronized ( )
inline

Member Function Documentation

template<typename T>
Synchronized< T >::operator bool ( ) const
inlineexplicit

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