1 #ifndef __JLANG__JSTDTOOLKIT__ 
    2 #define __JLANG__JSTDTOOLKIT__ 
   12 namespace JPP { 
using namespace JLANG; }
 
   26   template<
class JKey_t, 
class JValue_t, 
class JComparator_t, 
class JAllocator_t>
 
   46   template<
class JElement_t, 
class JAllocator_t>
 
   49     if (buffer.capacity() <= buffer.size()) {
 
   50       buffer.reserve(buffer.size() + 1);
 
   53     *(buffer.end()) = value;
 
double getValue(const JScale_t scale)
Get numerical value corresponding to scale. 
 
Forward declarations of STD containers. 
 
void putEndMarker(std::vector< JElement_t, JAllocator_t > &buffer, const JElement_t &value)
Put end marker.