Jpp  18.4.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JSonSupportkit.hh File Reference
#include <sstream>
#include <vector>
#include <typeinfo>
#include <memory>
#include "TDictionary.h"
#include "JROOT/JRootClass.hh"
#include "JLang/JException.hh"
#include "JLang/JTypeList.hh"
#include "JLang/JPrimitiveTypes.hh"
#include "JLang/JSingleton.hh"
#include "JSon/JSon.hh"
#include "JDB/JDBString.hh"

Go to the source code of this file.

Classes

struct  JDATABASE::JSonIO
 Assigment interface. More...
 
struct  JDATABASE::JSonIO_t< T >
 Assigment implementation. More...
 
struct  JDATABASE::JSonDictionary
 Assignment. More...
 
struct  JDATABASE::JSonHelper< T >
 Auxiliary base class for JSon I/O based on ROOT dictionary. More...
 

Namespaces

 JDATABASE
 Auxiliary classes and methods for database I/O.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

void JDATABASE::to_json (json &js, const JDBString &object)
 Convert database string to JSon. More...
 
void JDATABASE::from_json (const json &js, JDBString &object)
 Convert JSon to database string. More...