qpid::SharedObject< T > Class Template Reference

Template to enforce shared object conventions. More...

#include <SharedObject.h>

Inheritance diagram for qpid::SharedObject< T >:

Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr< T > shared_ptr


Detailed Description

template<class T>
class qpid::SharedObject< T >

Template to enforce shared object conventions.

Shared object classes should inherit : public qpid::SharedObject That ensures Foo:

Shared objects should not have public constructors. Make constructors protected and provide public statc create() functions that return a shared_ptr.


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

Generated on Thu May 15 22:22:36 2008 for Qpid by  doxygen 1.5.5