threads::thptr< SHARED > Class Template Reference

thptr is a thread-safe variant of shptr with a lock. More...

#include <_src_base_shptr_doc.hh>

Inheritance diagram for threads::thptr< SHARED >:
threads::Threadable

Detailed Description

template<class SHARED>
class threads::thptr< SHARED >

thptr is a thread-safe variant of shptr with a lock.

thptr (threadable smart-pointer) locks every method of ThreadableShared.

See shptr_doc.hh

/// Example:
/// class Object : public ThreadableShared { ... };
/// thptr<Object> object = new Object;
/// 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:12