soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SSingletonMap.h
1#ifndef __SSINGLETONMAP__H__
2#define __SSINGLETONMAP__H__
3#include "SSingleton2.h"
4#include "SCmnMap.h"
5SNSBEGIN
6
7template <class TClass, class TObj, class TKey = SStringA>
8class SSingletonMap
9 : public SSingleton2<TClass>
10 , public SCmnMap<TObj, TKey> {
11};
12
13SNSEND
14#endif // __SSINGLETONMAP__H__
Pseudo-Singleton Template.
Template class for managing a map of objects with keys.
Definition SCmnMap.h:20
Pseudo-Singleton Template.
Definition SSingleton2.h:38