Jpp
15.0.1-rc.1-highqe
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JTools
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 define the corresponding JCollection for a given template JMap.
15
*
16
* This class should be specialised for each map type so that the implementation
17
* of an interpolation method based on a collection can directly be transferred to a map.
18
*/
19
template
<
template
<
class
,
class
,
class
>
class
JMap_t>
20
struct
JMapCollection
;
21
}
22
23
#endif
JTOOLS::JMapCollection
Template class to define the corresponding JCollection for a given template JMap. ...
Definition:
JMapCollection.hh:20
Generated by
1.8.5