toast::thread_specific_factory< T > Class Template Reference
[toast singleton]

#include <toast/singleton.hpp>

List of all members.


Detailed Description

template<typename T>
class toast::thread_specific_factory< T >

This factory creates T with any toast::typed_factory<T> you like.

This factory is only useful if you're using boost::thread_specific_ptr<T> as your HolderType and only then if you'd like each instance of T to be created differently.

Static Public Member Functions

static void set (typed_factory< T > const &f)
static typed_factory< T > get ()


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

SourceForge.net Logo