#include <memory_hooks-stdcmalloc.h>
Definition at line 73 of file memory_hooks-stdcmalloc.h.
◆ TYPE
Enumerator |
---|
HISTOGRAM | |
DIRECTORY | |
DUFF | |
Definition at line 25 of file node.h.
◆ node() [1/4]
◆ node() [2/4]
◆ node() [3/4]
◆ node() [4/4]
node::node |
( |
node * |
n = 0 , |
|
|
const std::string & |
d = "" , |
|
|
TObject * |
t = 0 |
|
) |
| |
|
inline |
Definition at line 29 of file node.h.
31 if (
t!=0 )
mname =
t->GetName();
32 mhirate = std::pair<std::string, double>(
"", 0);
◆ ~node()
◆ addrate() [1/2]
void node::addrate |
( |
const std::pair< std::string, double > & |
r | ) |
|
|
inline |
◆ addrate() [2/2]
void node::addrate |
( |
const std::string & |
s, |
|
|
double |
r |
|
) |
| |
|
inline |
Definition at line 60 of file node.h.
61 addrate( std::pair<std::string, double>(
s,
r ) );
◆ depth()
const std::string& node::depth |
( |
| ) |
const |
|
inline |
◆ fillRedZone()
void node::fillRedZone |
( |
| ) |
|
|
inline |
◆ getDeltaPayload()
uint16_t node::getDeltaPayload |
( |
| ) |
|
|
inline |
◆ getNext()
◆ getPrev()
◆ getSize()
◆ name() [1/2]
const std::string& node::name |
( |
| ) |
const |
|
inline |
◆ name() [2/2]
void node::name |
( |
const std::string & |
n | ) |
|
|
inline |
◆ object() [1/2]
TObject* node::object |
( |
| ) |
|
|
inline |
◆ object() [2/2]
const TObject* node::object |
( |
| ) |
const |
|
inline |
◆ parent() [1/2]
◆ parent() [2/2]
◆ path() [1/2]
const std::string& node::path |
( |
| ) |
const |
|
inline |
◆ path() [2/2]
void node::path |
( |
const std::string & |
p | ) |
|
|
inline |
◆ rate()
const std::pair<std::string, double>& node::rate |
( |
| ) |
const |
|
inline |
◆ setNext()
void node::setNext |
( |
node * |
n | ) |
|
|
inline |
◆ setPrev()
void node::setPrev |
( |
node * |
p | ) |
|
|
inline |
◆ setSize()
void node::setSize |
( |
size_t |
s | ) |
|
|
inline |
◆ stype()
std::string node::stype |
( |
| ) |
const |
|
inline |
◆ type() [1/2]
virtual TYPE node::type |
( |
| ) |
const |
|
inlinevirtual |
◆ type() [2/2]
void node::type |
( |
TYPE |
t | ) |
|
|
inline |
◆ m_canary
◆ m_deltaPayload
uint16_t node::m_deltaPayload |
|
private |
◆ m_next
◆ m_prev
◆ m_sizeHigh
uint16_t node::m_sizeHigh |
|
private |
◆ m_sizeLow
◆ mdepth
◆ mhirate
std::pair<std::string, double> node::mhirate |
◆ mname
◆ mobj
◆ mparent
◆ mpath
◆ mtype
The documentation for this class was generated from the following files: