gem5  v20.1.0.0
Public Types | Public Member Functions | List of all members
BitfieldROType< Base > Class Template Reference

#include <bitunion.hh>

Inheritance diagram for BitfieldROType< Base >:
BitfieldTypeImpl< Base >

Public Types

using Impl = BitfieldTypeImpl< Base >
 
typedef TypeDeducer::Type Type
 

Public Member Functions

 BitfieldROType ()=default
 
 BitfieldROType (const BitfieldROType &)=default
 
Type operator= (BitfieldROType< Base > const &other)=delete
 
 operator Type () const
 

Additional Inherited Members

- Protected Types inherited from BitfieldTypeImpl< Base >
typedef TypeDeducer::Storage Storage
 
typedef TypeDeducer::Type Type
 
- Protected Member Functions inherited from 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 BitfieldTypeImpl< Base >
Storage __storage
 

Detailed Description

template<class Base>
class BitfieldROType< Base >

Definition at line 135 of file bitunion.hh.

Member Typedef Documentation

◆ Impl

template<class Base >
using BitfieldROType< Base >::Impl = BitfieldTypeImpl<Base>

Definition at line 138 of file bitunion.hh.

◆ Type

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

Definition at line 82 of file bitunion.hh.

Constructor & Destructor Documentation

◆ BitfieldROType() [1/2]

template<class Base >
BitfieldROType< Base >::BitfieldROType ( )
default

◆ BitfieldROType() [2/2]

template<class Base >
BitfieldROType< Base >::BitfieldROType ( const BitfieldROType< Base > &  )
default

Member Function Documentation

◆ operator Type()

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

Definition at line 145 of file bitunion.hh.

◆ operator=()

template<class Base >
Type BitfieldROType< Base >::operator= ( BitfieldROType< Base > const &  other)
delete

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

Generated on Wed Sep 30 2020 14:02:22 for gem5 by doxygen 1.8.17