Jpp
17.3.1
the software that should make you happy
|
Auxiliary class for automatic element creation. More...
#include <JAutoMap.hh>
Static Public Member Functions | |
template<class T > | |
static JElement_t | getElement (JType< T > type) |
Get element. More... | |
Auxiliary class for automatic element creation.
The template argument corresponds to the data type of the elements in the map.
There should be a corresponding constructor
JElement_t::JElement_t(JType<T>);
for each data type T
to be inserted in the map.
Definition at line 46 of file JAutoMap.hh.
|
inlinestatic |