1 #ifndef __JTOOLS__JMAP__
2 #define __JTOOLS__JMAP__
15 namespace JPP {
using namespace JTOOLS; }
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));
115 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.