Jpp
|
ASCII I/O of objects with ROOT dictionary. More...
#include <string>
#include <istream>
#include <ostream>
#include <iostream>
#include <map>
#include "JLang/JEquation.hh"
#include "JLang/JEquationParameters.hh"
#include "JLang/JEquationFacet.hh"
#include "JLang/JRedirectAvailable.hh"
#include "JLang/JBool.hh"
#include "JLang/JSharedPointer.hh"
#include "JLang/JRedirectString.hh"
#include "JLang/JStreamState.hh"
#include "JROOT/JAbstractStreamer.hh"
#include "JROOT/JRootClass.hh"
Go to the source code of this file.
Classes | |
class | JROOT::JRootReader |
Implementation for ASCII input of objects with ROOT dictionary. More... | |
struct | JROOT::JRootReader::JDefaultHelper< T > |
Default helper class for formatting. More... | |
struct | JROOT::JRootReader::JHelper< T > |
Helper class for user formatting. More... | |
class | JROOT::JRootWriter |
Implementation for ASCII output of objects with ROOT dictionary. More... | |
struct | JROOT::JRootWriter::JDefaultHelper< T > |
Default helper class for formatting. More... | |
struct | JROOT::JRootWriter::JHelper< T > |
Helper class for user formatting. More... | |
class | JROOT::JObjectStreamer< T > |
JObjectStreamer class. More... | |
Namespaces | |
JROOT | |
Auxiliary classes and methods for ROOT I/O. | |
JPP | |
Typedefs | |
typedef std::map< std::string, JSharedPointer < JAbstractStreamer > > | JROOT::JRootDictionary_t |
Type definition of ROOT dictionary. More... | |
Functions | |
template<class T > | |
void | JROOT::print (std::ostream &out, const T &object, const std::string &key, const JRootDictionary_t &dictionary) |
Write content to output. More... | |
ASCII I/O of objects with ROOT dictionary.
Definition in file JRootStreamer.hh.