gem5  v22.1.0.0
Public Member Functions | Protected Types | List of all members
gem5::BitfieldType< Base > Class Template Reference

#include <bitunion.hh>

Inheritance diagram for gem5::BitfieldType< Base >:
gem5::BitfieldTypeImpl< Base >

Public Member Functions

 BitfieldType ()=default
 
 BitfieldType (const BitfieldType &)=default
 
 operator Type () const
 
Type operator= (const Type val)
 
Type operator= (BitfieldType< Base > const &other)
 

Protected Types

using Impl = BitfieldTypeImpl< Base >
 
typedef TypeDeducer::Type Type
 
- Protected Types inherited from gem5::BitfieldTypeImpl< Base >
typedef TypeDeducer::Storage Storage
 
typedef TypeDeducer::Type Type
 

Additional Inherited Members

- Protected Member Functions inherited from gem5::BitfieldTypeImpl< Base >
Type getter (const Storage &storage) const =delete
 
void setter (Storage &storage, Type val)=delete
 
 BitfieldTypeImpl ()=default
 
 BitfieldTypeImpl (const BitfieldTypeImpl &)=default
 
 operator Type () const
 
Type operator= (const Type val)
 
Type operator= (BitfieldTypeImpl< Base > const &other)
 
- Protected Attributes inherited from gem5::BitfieldTypeImpl< Base >
Storage __storage
 

Detailed Description

template<class Base>
class gem5::BitfieldType< Base >

Definition at line 117 of file bitunion.hh.

Member Typedef Documentation

◆ Impl

template<class Base >
using gem5::BitfieldType< Base >::Impl = BitfieldTypeImpl<Base>
protected

Definition at line 120 of file bitunion.hh.

◆ Type

template<class Base >
typedef TypeDeducer::Type gem5::BitfieldTypeImpl< Base >::Type
protected

Definition at line 86 of file bitunion.hh.

Constructor & Destructor Documentation

◆ BitfieldType() [1/2]

template<class Base >
gem5::BitfieldType< Base >::BitfieldType ( )
default

◆ BitfieldType() [2/2]

template<class Base >
gem5::BitfieldType< Base >::BitfieldType ( const BitfieldType< Base > &  )
default

Member Function Documentation

◆ operator Type()

template<class Base >
gem5::BitfieldType< Base >::operator Type ( ) const
inline

Definition at line 127 of file bitunion.hh.

◆ operator=() [1/2]

template<class Base >
Type gem5::BitfieldType< Base >::operator= ( BitfieldType< Base > const &  other)
inline

Definition at line 131 of file bitunion.hh.

References gem5::BitfieldTypeImpl< Base >::operator=().

◆ operator=() [2/2]

template<class Base >
Type gem5::BitfieldType< Base >::operator= ( const Type  val)
inline

Definition at line 129 of file bitunion.hh.

References gem5::BitfieldTypeImpl< Base >::operator=(), and gem5::X86ISA::val.


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

Generated on Wed Dec 21 2022 10:23:11 for gem5 by doxygen 1.9.1