gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
AuxVector< IntType > Class Template Reference

#include <aux_vector.hh>

Public Member Functions

 AuxVector ()=default
 
 AuxVector (IntType _type, IntType _val)
 

Public Attributes

IntType type = 0
 
IntType val = 0
 

Detailed Description

template<class IntType>
class AuxVector< IntType >

Definition at line 38 of file aux_vector.hh.

Constructor & Destructor Documentation

◆ AuxVector() [1/2]

template<class IntType >
AuxVector< IntType >::AuxVector ( )
default

◆ AuxVector() [2/2]

template<class IntType >
AuxVector< IntType >::AuxVector ( IntType  _type,
IntType  _val 
)
inline

Definition at line 42 of file aux_vector.hh.

Member Data Documentation

◆ type

template<class IntType >
IntType AuxVector< IntType >::type = 0

Definition at line 44 of file aux_vector.hh.

Referenced by swap_byte().

◆ val

template<class IntType >
IntType AuxVector< IntType >::val = 0

Definition at line 45 of file aux_vector.hh.

Referenced by swap_byte().


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

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