Jpp
18.6.0-rc.1
the software that should make you happy
|
Assignment. More...
#include <JSonSupportkit.hh>
Public Types | |
typedef T | data_type |
Public Member Functions | |
JSonDictionary () | |
Default constructor. More... | |
template<class T > | |
void | operator() (const JLANG::JType< T > &type) |
Add data type. More... | |
Static Public Member Functions | |
template<class T > | |
static const char * | getTypename () |
Get typename for given template class. More... | |
static data_type & | getInstance () |
Get unique instance of template class. More... | |
Assignment.
Definition at line 99 of file JSonSupportkit.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inline |
Default constructor.
Removed types:
long double
(not supported by ROOT TDictionary)char
(not supported by JSon)Added STL type definitions:
std::string
size_t
std::size_t
JDATABASE::JDBString
Definition at line 116 of file JSonSupportkit.hh.
|
inlinestatic |
Get typename for given template class.
This method uses the TDictionary class to get the name of the given class.
Definition at line 137 of file JSonSupportkit.hh.
|
inline |
|
inlinestaticinherited |