Loki::FollowIntoDeath Class Reference
[Lifetime policies]
#include <Singleton.h>
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: