gem5  v20.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 293 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 310 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 299 of file endian_conv.hh.

Referenced by tlm::tlm_endian_context_pool::pop().

◆ operator bool()

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

Definition at line 311 of file endian_conv.hh.

Member Data Documentation

◆ b

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

Definition at line 313 of file endian_conv.hh.

◆ 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 297 of file endian_conv.hh.

Referenced by tlm::tlm_endian_context_pool::pop().

◆ 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 296 of file endian_conv.hh.

Referenced by tlm::tlm_endian_context_pool::pop().


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

Generated on Wed Sep 30 2020 14:03:13 for gem5 by doxygen 1.8.17