Go to the documentation of this file.
4 #ifndef tools_rroot_streamer_fac
5 #define tools_rroot_streamer_fac
15 virtual std::ostream&
out()
const {
return m_out;}
18 if(
rcmp(a_class,
"TStreamerInfo")) {
20 }
else if(
rcmp(a_class,
"TObjArray")) {
26 m_out <<
"tools::rroot::streamer_fac::create :"
27 <<
" Can't create TObjArray of " << *sc <<
"."
32 return new iros(*
this);
34 }
else if(
rcmp(a_class,
"TStreamerBase")
35 ||
rcmp(a_class,
"TStreamerBasicType")
36 ||
rcmp(a_class,
"TStreamerBasicPointer")
37 ||
rcmp(a_class,
"TStreamerObjectAny")
38 ||
rcmp(a_class,
"TStreamerObject")
39 ||
rcmp(a_class,
"TStreamerObjectPointer")
40 ||
rcmp(a_class,
"TStreamerString")
41 ||
rcmp(a_class,
"TStreamerSTL")
42 ||
rcmp(a_class,
"TStreamerLoop")
43 ||
rcmp(a_class,
"TList")
48 m_out <<
"tools::rroot::streamer_fac::create :"
49 <<
" dummy. Can't create object of class " <<
sout(a_class) <<
"."