gem5  v22.1.0.0
Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Attributes | List of all members
tlm::tlm_bool< D > Class Template Reference

#include <endian_conv.hh>

Public Member Functions

 tlm_bool (D &d)
 
 operator bool () const
 

Static Public Member Functions

static D make_uchar_array (unsigned char c)
 

Static Public Attributes

static D TLM_TRUE = tlm_bool<D>::make_uchar_array(TLM_BYTE_ENABLED)
 
static D TLM_FALSE = tlm_bool<D>::make_uchar_array(TLM_BYTE_DISABLED)
 

Private Attributes

bool b
 

Detailed Description

template<class D>
class tlm::tlm_bool< D >

Definition at line 276 of file endian_conv.hh.

Constructor & Destructor Documentation

◆ tlm_bool()

template<class D >
tlm::tlm_bool< D >::tlm_bool ( D &  d)
inline

Definition at line 293 of file endian_conv.hh.

Member Function Documentation

◆ make_uchar_array()

template<class D >
static D tlm::tlm_bool< D >::make_uchar_array ( unsigned char  c)
inlinestatic

Definition at line 282 of file endian_conv.hh.

References gem5::VegaISA::c, gem5::ArmISA::d, and gem5::ArmISA::i.

◆ operator bool()

template<class D >
tlm::tlm_bool< D >::operator bool ( ) const
inline

Definition at line 294 of file endian_conv.hh.

References tlm::tlm_bool< D >::b.

Member Data Documentation

◆ b

template<class D >
bool tlm::tlm_bool< D >::b
private

Definition at line 296 of file endian_conv.hh.

Referenced by tlm::tlm_bool< D >::operator bool().

◆ TLM_FALSE

template<class D >
D tlm::tlm_bool< D >::TLM_FALSE = tlm_bool<D>::make_uchar_array(TLM_BYTE_DISABLED)
static

Definition at line 280 of file endian_conv.hh.

◆ TLM_TRUE

template<class D >
D tlm::tlm_bool< D >::TLM_TRUE = tlm_bool<D>::make_uchar_array(TLM_BYTE_ENABLED)
static

Definition at line 279 of file endian_conv.hh.


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

Generated on Wed Dec 21 2022 10:25:12 for gem5 by doxygen 1.9.1