| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Implementation for Head output of JHead objects with ROOT dictionary. More...
#include <JHeadWriter.hh>
  
Public Member Functions | |
| JHeadWriter (Head &header, const JEquationParameters ¶meters, const JRootDictionary_t &dictionary) | |
| Constructor.   | |
| virtual JRootWriter & | put (const JEquation &equation) override | 
| Write equation.   | |
| template<class T > | |
| JRootWriter & | put (const T &object) | 
| Write object according equation format.   | |
| template<class T > | |
| JRootWriter & | put (const std::string &key, const T &value) | 
| Write given key and value according equation format.   | |
| JRootWriter & | put (const JRootWritableClass &cls) | 
| Write ROOT class according equation format.   | |
| JRootWriter & | put (JRootWritableClass &cls) | 
| Write ROOT class according equation format.   | |
| JRootWriter & | put (const std::string &prefix, const JRootWritableClass &cls, bool eol) | 
| Write ROOT class according equation format.   | |
| const JRootDictionary_t & | getDictionary () const | 
| Get dictictionary.   | |
| JRootWriter & | put (const std::string &prefix, const JRootWritableClass &cls, bool eol) | 
| Write ROOT class according equation format.   | |
| template<class T > | |
| JRootWriter & | putObject (const T &object) | 
| Write object.   | |
| JRootWriter & | putObject (const JRootWritableClass &cls) | 
| Write ROOT class.   | |
Private Member Functions | |
| template<class T > | |
| JRootWriter & | putObject (const T &object, const JBool< true > &option) | 
| Write object.   | |
| template<class T > | |
| JRootWriter & | putObject (const T &object, const JBool< false > &option) | 
| Write object.   | |
| template<class JElement_t , class JAllocator_t > | |
| JRootWriter & | putObject (const std::vector< JElement_t, JAllocator_t > &object, const JBool< false > option) | 
| Write object.   | |
Private Attributes | |
| Head & | header | 
| const JRootDictionary_t & | dictionary | 
| std::ios & | __from | 
| std::ios & | __to | 
Implementation for Head output of JHead objects with ROOT dictionary.
Definition at line 28 of file JHeadWriter.hh.
      
  | 
  inline | 
Constructor.
| header | header output | 
| parameters | equation parameters | 
| dictionary | dictionary | 
Definition at line 40 of file JHeadWriter.hh.
      
  | 
  inlineoverridevirtual | 
Write equation.
| equation | equation | 
Reimplemented from JROOT::JRootWriter.
Definition at line 54 of file JHeadWriter.hh.
      
  | 
  inline | 
Write object according equation format.
| object | object | 
Definition at line 338 of file JRootStreamer.hh.
      
  | 
  inline | 
Write given key and value according equation format.
| key | key | 
| value | value | 
Definition at line 352 of file JRootStreamer.hh.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Write ROOT class according equation format.
| prefix | prefix | 
| cls | ROOT class | 
| eol | end-of-line | 
Definition at line 401 of file JRootStreamer.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Write ROOT class according equation format.
| prefix | prefix | 
| cls | ROOT class | 
| eol | end-of-line | 
Definition at line 401 of file JRootStreamer.hh.
      
  | 
  inlineinherited | 
Write object.
| object | object | 
Definition at line 477 of file JRootStreamer.hh.
      
  | 
  inlineinherited | 
Write ROOT class.
| cls | ROOT class | 
Definition at line 489 of file JRootStreamer.hh.
      
  | 
  inlineprivateinherited | 
Write object.
| object | object | 
| option | true | 
Definition at line 537 of file JRootStreamer.hh.
      
  | 
  inlineprivateinherited | 
Write object.
| object | object | 
| option | false | 
Definition at line 556 of file JRootStreamer.hh.
      
  | 
  inlineprivateinherited | 
Write object.
| object | object | 
| option | false | 
Definition at line 570 of file JRootStreamer.hh.
      
  | 
  private | 
Definition at line 70 of file JHeadWriter.hh.
      
  | 
  privateinherited | 
Definition at line 582 of file JRootStreamer.hh.
      
  | 
  privateinherited | 
Definition at line 67 of file JStreamState.hh.
      
  | 
  privateinherited | 
Definition at line 68 of file JStreamState.hh.