Loki::FollowIntoDeath Class Reference
[Lifetime policies]

#include <Singleton.h>


Classes

struct  AfterMaster
struct  With


Detailed Description

Lifetime policyfor the SingletonHolder tempalte. Followers will die after the master dies Followers will not die, if

Usage:
Lifetimes of the master and the follower singletons, e.g. with a M and a F class:
 SingletonHolder< M , FollowIntoDeath::With<DefaultLifetime>::AsMasterLifetime > MasterSingleton; 
 SingletonHolder< F , CreateUsingNew, FollowIntoDeath::AfterMaster< MasterSingleton >::IsDestroyed > FollowerSingleton 

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

Generated on Thu Jan 29 18:51:44 2009 for Loki by  doxygen 1.5.8