Loki  0.1.7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Loki::FollowIntoDeath Class Reference

#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: