comet::locking_ptr< T > Class Template Reference

#include <comet/threading.h>

Collaboration diagram for comet::locking_ptr< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 locking_ptr (volatile T &obj, critical_section &cs)
T & operator * ()
T * operator-> ()

Detailed Description

template<typename T>
class comet::locking_ptr< T >

Locking pointer. Based on an article on the volatile keyword by Andrei Alexandrescu See <a href=:http://www.cuj.com/experts/1902/alexandr.htm?topic=experts"> article.


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