Definition at line 104 of file named.
◆ named() [1/2]
tools::rroot::named::named |
( |
| ) |
|
|
inline |
Definition at line 133 of file named.
135 mem::increment(
s_class().c_str());
◆ ~named()
virtual tools::rroot::named::~named |
( |
| ) |
|
|
inlinevirtual |
Definition at line 138 of file named.
140 mem::decrement(
s_class().c_str());
◆ named() [2/2]
tools::rroot::named::named |
( |
const named & |
a_from | ) |
|
|
inlineprotected |
Definition at line 144 of file named.
146 mem::increment(
s_class().c_str());
◆ cast() [1/2]
virtual void* tools::rroot::named::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 122 of file named.
123 if(
void* p = cmp_cast<named>(
this,a_class)) {
return p;}
◆ cast() [2/2]
virtual void* tools::rroot::named::cast |
( |
const std::string & |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::rroot::iro.
Definition at line 115 of file named.
116 if(
void* p = cmp_cast<named>(
this,a_class))
return p;
◆ copy()
virtual iro* tools::rroot::named::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::rroot::named::id_class |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
named& tools::rroot::named::operator= |
( |
const named & |
a_from | ) |
|
|
inlineprotected |
◆ s_class()
static const std::string& tools::rroot::named::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 110 of file named.
111 static const std::string s_v(
"tools::rroot::named");
◆ s_cls()
virtual const std::string& tools::rroot::named::s_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ stream()
virtual bool tools::rroot::named::stream |
( |
buffer & |
a_buffer | ) |
|
|
inlinevirtual |
◆ m_name
std::string tools::rroot::named::m_name |
|
protected |
◆ m_title
std::string tools::rroot::named::m_title |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/named