|
gem5
v19.0.0.0
|
Helper class to construct formula node trees. More...
#include <statistics.hh>
Public Member Functions | |
| Temp (const NodePtr &n) | |
| Copy the given pointer to this class. More... | |
| Temp (NodePtr &&n) | |
| operator NodePtr & () | |
| Return the node pointer. More... | |
| NodePtr | getNodePtr () const |
| Makde gcc < 4.6.3 happy and explicitly get the underlying node. More... | |
| Temp (const Scalar &s) | |
| Create a new ScalarStatNode. More... | |
| Temp (const Value &s) | |
| Create a new ScalarStatNode. More... | |
| Temp (const Average &s) | |
| Create a new ScalarStatNode. More... | |
| Temp (const Vector &s) | |
| Create a new VectorStatNode. More... | |
| Temp (const AverageVector &s) | |
| Temp (const Formula &f) | |
| template<class Stat > | |
| Temp (const ScalarProxy< Stat > &p) | |
| Create a new ScalarProxyNode. More... | |
| Temp (signed char value) | |
| Create a ConstNode. More... | |
| Temp (unsigned char value) | |
| Create a ConstNode. More... | |
| Temp (signed short value) | |
| Create a ConstNode. More... | |
| Temp (unsigned short value) | |
| Create a ConstNode. More... | |
| Temp (signed int value) | |
| Create a ConstNode. More... | |
| Temp (unsigned int value) | |
| Create a ConstNode. More... | |
| Temp (signed long value) | |
| Create a ConstNode. More... | |
| Temp (unsigned long value) | |
| Create a ConstNode. More... | |
| Temp (signed long long value) | |
| Create a ConstNode. More... | |
| Temp (unsigned long long value) | |
| Create a ConstNode. More... | |
| Temp (float value) | |
| Create a ConstNode. More... | |
| Temp (double value) | |
| Create a ConstNode. More... | |
Protected Attributes | |
| NodePtr | node |
| Pointer to a Node object. More... | |
Helper class to construct formula node trees.
Definition at line 3117 of file statistics.hh.
|
inline |
Copy the given pointer to this class.
| n | A pointer to a Node object to copy. |
Definition at line 3130 of file statistics.hh.
|
inline |
Definition at line 3132 of file statistics.hh.
|
inline |
Create a new ScalarStatNode.
| s | The ScalarStat to place in a node. |
Definition at line 3150 of file statistics.hh.
|
inline |
Create a new ScalarStatNode.
| s | The ScalarStat to place in a node. |
Definition at line 3158 of file statistics.hh.
|
inline |
Create a new ScalarStatNode.
| s | The ScalarStat to place in a node. |
Definition at line 3166 of file statistics.hh.
|
inline |
Create a new VectorStatNode.
| s | The VectorStat to place in a node. |
Definition at line 3174 of file statistics.hh.
|
inline |
Definition at line 3178 of file statistics.hh.
|
inline |
Definition at line 3185 of file statistics.hh.
|
inline |
Create a new ScalarProxyNode.
| p | The ScalarProxy to place in a node. |
Definition at line 3194 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3202 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3210 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3218 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3226 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3234 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3242 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3250 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3258 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3266 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3274 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3282 of file statistics.hh.
|
inline |
Create a ConstNode.
| value | The value of the const node. |
Definition at line 3290 of file statistics.hh.
|
inline |
Makde gcc < 4.6.3 happy and explicitly get the underlying node.
Definition at line 3143 of file statistics.hh.
Referenced by Stats::Formula::operator+=(), and Stats::Formula::operator=().
|
inline |
|
protected |
Pointer to a Node object.
Definition at line 3123 of file statistics.hh.