Jpp
15.0.1
the software that should make you happy
|
#include "JLang/JSTDTypes.hh"
Go to the source code of this file.
Namespaces | |
JLANG | |
Auxiliary classes and methods for language specific functionality. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
template<class JKey_t , class JValue_t , class JComparator_t , class JAllocator_t > | |
const JValue_t & | JLANG::getValue (const std::map< JKey_t, JValue_t, JComparator_t, JAllocator_t > &map, const JKey_t &key, const JValue_t &value) |
Get value in map. More... | |
template<class JElement_t , class JAllocator_t > | |
void | JLANG::putEndMarker (std::vector< JElement_t, JAllocator_t > &buffer, const JElement_t &value) |
Put end marker. More... | |