|
Jpp
17.2.1-pre0
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 |
1.8.5