gem5
v20.1.0.0
|
#include <aux_vector.hh>
Public Member Functions | |
AuxVector ()=default | |
AuxVector (IntType _type, IntType _val) | |
Public Attributes | |
IntType | type = 0 |
IntType | val = 0 |
Definition at line 38 of file aux_vector.hh.
Definition at line 42 of file aux_vector.hh.
IntType AuxVector< IntType >::type = 0 |
Definition at line 44 of file aux_vector.hh.
Referenced by swap_byte().
IntType AuxVector< IntType >::val = 0 |
Definition at line 45 of file aux_vector.hh.
Referenced by swap_byte().