1 #ifndef __JTOOLS__JMAP__
2 #define __JTOOLS__JMAP__
15 namespace JPP {
using namespace JTOOLS; }
27 template<
class JKey_t,
31 public JCollection<JElement2D<JKey_t, JValue_t>, JDistance_t>,
32 public JMath< JMap<JKey_t, JValue_t, JDistance_t> >
62 static_cast<container_type&
>(*this).add(static_cast<const container_type&>(map));
76 static_cast<container_type&
>(*this).sub(static_cast<const container_type&>(map));
118 template<
class JElement_t,
Auxiliary base class for aritmetic operations of derived class types.
The elements in a collection are sorted according to their abscissa values and a given distance opera...
General purpose class for a collection of sorted elements.
Base class for data structures with artithmetic capabilities.