Jpp test-rotations-old
the software that should make you happy
|
#include <sstream>
#include <vector>
#include <typeinfo>
#include <memory>
#include "TDictionary.h"
#include "JROOT/JRoot.hh"
#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 | |
namespace | JDATABASE |
Auxiliary classes and methods for database I/O. | |
namespace | 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. | |
void | JDATABASE::from_json (const json &js, JDBString &object) |
Convert JSon to database string. | |