Go to the documentation of this file. 1 #ifndef __JTOOLS__JMAP__
2 #define __JTOOLS__JMAP__
24 template<
class JKey_t,
28 public JCollection<JElement2D<JKey_t, JValue_t>, JDistance_t>,
29 public JMATH::JMath< JMap<JKey_t, JValue_t, JDistance_t> >
59 static_cast<container_type&>(*this).
add(static_cast<const container_type&>(
map));
73 static_cast<container_type&>(*this).
sub(static_cast<const container_type&>(
map));
87 static_cast<container_type&>(*this).
mul(value);
100 static_cast<container_type&>(*this).
div(value);
115 template<
class JElement_t,
Auxiliary base class for aritmetic operations of derived class types.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).