Definition at line 15 of file dummy_fac.
◆ dummy_fac() [1/2]
tools::rroot::dummy_fac::dummy_fac |
( |
std::ostream & |
a_out | ) |
|
|
inline |
◆ ~dummy_fac()
virtual tools::rroot::dummy_fac::~dummy_fac |
( |
| ) |
|
|
inlinevirtual |
◆ dummy_fac() [2/2]
tools::rroot::dummy_fac::dummy_fac |
( |
const dummy_fac & |
a_from | ) |
|
|
inlineprotected |
Definition at line 65 of file dummy_fac.
65 : ifac(a_from),
m_out(a_from.m_out){}
◆ create()
virtual iro* tools::rroot::dummy_fac::create |
( |
const std::string & |
a_class, |
|
|
const args & |
|
|
) |
| |
|
inlinevirtual |
Implements tools::rroot::ifac.
Definition at line 18 of file dummy_fac.
19 if(
rcmp(a_class,
"TGraph")) {
55 m_out <<
"tools::rroot::dummy_fac::create :"
56 <<
" dummy. Can't create object of class " << sout(a_class) <<
"."
◆ operator=()
◆ out()
virtual std::ostream& tools::rroot::dummy_fac::out |
( |
| ) |
const |
|
inlinevirtual |
◆ m_out
std::ostream& tools::rroot::dummy_fac::m_out |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/dummy_fac