|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Public Member Functions | |
| StatData (std::vector< StatData * > &datalist, const char *nm, long initval=0, bool needDelete=false) | |
| StatData (const char *nm, long initval=0, bool needDelete=false) | |
| StatData () | |
| ~StatData () | |
Public Attributes | |
| long | Value |
| std::string | Name |
| bool | NeedDelete |
Definition at line 145 of file IpplStats.h.
|
inline |
Definition at line 147 of file IpplStats.h.
References Name, NeedDelete, and Value.
|
inline |
Definition at line 155 of file IpplStats.h.
References Name, NeedDelete, and Value.
|
inline |
Definition at line 159 of file IpplStats.h.
|
inline |
Definition at line 162 of file IpplStats.h.
| std::string IpplStats::StatData::Name |
Definition at line 166 of file IpplStats.h.
Referenced by StatData(), StatData(), and StatData().
| bool IpplStats::StatData::NeedDelete |
Definition at line 169 of file IpplStats.h.
Referenced by StatData(), and StatData().
| long IpplStats::StatData::Value |
Definition at line 165 of file IpplStats.h.
Referenced by StatData(), StatData(), and StatData().