24#ifndef ROOTCONVERSIONS_TCONVERTINGSTREAMERINFO_H
25#define ROOTCONVERSIONS_TCONVERTINGSTREAMERINFO_H
28#include "TStreamerInfo.h"
37 :
public TStreamerInfo
105 bool parse (
const std::string&
msg);
120 bool patch (
const std::string& field,
121 const std::string& from,
122 const std::string& to);
bool errhand(int level, Bool_t abort, const char *location, const char *msg)
Error message interceptor.
bool patch(const std::string &field, const std::string &from, const std::string &to)
TConvertingStreamerInfo(const TConvertingStreamerInfo &)=delete
static void * new_TConvertingStreamerInfo(void *p)
new() method for this object.
virtual void BuildOld()
Compare with class definition to handle schema evolution.
TConvertingStreamerInfo()
Constructor.
static void Initialize()
Set up conversions.
TConvertingStreamerInfo & operator=(const TConvertingStreamerInfo &)=delete
bool parse(const std::string &msg)
Error message parser.