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