Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JMapCollection.hh
Go to the documentation of this file.
1 #ifndef __JTOOLS__JMAPCOLLECTION__
2 #define __JTOOLS__JMAPCOLLECTION__
3 
4 /**
5  * \author mdejong
6  */
7 
8 namespace JTOOLS {}
9 namespace JPP { using namespace JTOOLS; }
10 
11 namespace JTOOLS {
12 
13  /**
14  * Template class to retreive underlying collection for the given template map.
15  * This class should be specialised for each map type.
16  */
17  template<template<class, class, class> class JMap_t>
19 }
20 
21 #endif
Template class to retreive underlying collection for the given template map.