gem5  v22.1.0.0
Public Member Functions | Private Attributes | List of all members
gem5::statistics::ConstVectorNode< T > Class Template Reference

#include <statistics.hh>

Inheritance diagram for gem5::statistics::ConstVectorNode< T >:
gem5::statistics::Node

Public Member Functions

 ConstVectorNode (const T &s)
 
const VResultresult () const
 Return the result vector of this subtree. More...
 
Result total () const
 Return the total of the result vector. More...
 
size_type size () const
 Return the number of nodes in the subtree starting at this node. More...
 
std::string str () const
 
- Public Member Functions inherited from gem5::statistics::Node
virtual ~Node ()
 

Private Attributes

VResult vresult
 

Detailed Description

template<class T>
class gem5::statistics::ConstVectorNode< T >

Definition at line 1650 of file statistics.hh.

Constructor & Destructor Documentation

◆ ConstVectorNode()

template<class T >
gem5::statistics::ConstVectorNode< T >::ConstVectorNode ( const T &  s)
inline

Definition at line 1656 of file statistics.hh.

Member Function Documentation

◆ result()

template<class T >
const VResult& gem5::statistics::ConstVectorNode< T >::result ( ) const
inlinevirtual

Return the result vector of this subtree.

Returns
The result vector of this subtree.

Implements gem5::statistics::Node.

Definition at line 1657 of file statistics.hh.

References gem5::statistics::ConstVectorNode< T >::vresult.

◆ size()

template<class T >
size_type gem5::statistics::ConstVectorNode< T >::size ( ) const
inlinevirtual

Return the number of nodes in the subtree starting at this node.

Returns
the number of nodes in this subtree.

Implements gem5::statistics::Node.

Definition at line 1669 of file statistics.hh.

References gem5::statistics::ConstVectorNode< T >::vresult.

Referenced by gem5::statistics::ConstVectorNode< T >::str(), and gem5::statistics::ConstVectorNode< T >::total().

◆ str()

template<class T >
std::string gem5::statistics::ConstVectorNode< T >::str ( ) const
inlinevirtual

◆ total()

template<class T >
Result gem5::statistics::ConstVectorNode< T >::total ( ) const
inlinevirtual

Return the total of the result vector.

Returns
The total of the result vector.

Implements gem5::statistics::Node.

Definition at line 1660 of file statistics.hh.

References gem5::ArmISA::i, gem5::statistics::ConstVectorNode< T >::size(), and gem5::statistics::ConstVectorNode< T >::vresult.

Member Data Documentation

◆ vresult

template<class T >
VResult gem5::statistics::ConstVectorNode< T >::vresult
private

The documentation for this class was generated from the following file:

Generated on Wed Dec 21 2022 10:24:26 for gem5 by doxygen 1.9.1