Definition at line 13 of file streamer_fac.
◆ streamer_fac() [1/2]
tools::rroot::streamer_fac::streamer_fac |
( |
std::ostream & |
a_out | ) |
|
|
inline |
◆ ~streamer_fac()
virtual tools::rroot::streamer_fac::~streamer_fac |
( |
| ) |
|
|
inlinevirtual |
◆ streamer_fac() [2/2]
tools::rroot::streamer_fac::streamer_fac |
( |
const streamer_fac & |
a_from | ) |
|
|
inlineprotected |
◆ create()
virtual iro* tools::rroot::streamer_fac::create |
( |
const std::string & |
a_class, |
|
|
const args & |
a_args |
|
) |
| |
|
inlinevirtual |
Implements tools::rroot::ifac.
Definition at line 16 of file streamer_fac.
18 if(
rcmp(a_class,
"TStreamerInfo")) {
19 return new streamer_info(*
this);
20 }
else if(
rcmp(a_class,
"TObjArray")) {
24 return new obj_array<streamer_element>(*
this);
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")
45 return new dummy_streamer_element();
48 m_out <<
"tools::rroot::streamer_fac::create :"
49 <<
" dummy. Can't create object of class " << sout(a_class) <<
"."
◆ operator=()
◆ out()
virtual std::ostream& tools::rroot::streamer_fac::out |
( |
| ) |
const |
|
inlinevirtual |
◆ m_out
std::ostream& tools::rroot::streamer_fac::m_out |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/streamer_fac