gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::auxv::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 gem5::auxv::AuxVector< IntType >

Definition at line 43 of file aux_vector.hh.

Constructor & Destructor Documentation

◆ AuxVector() [1/2]

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

◆ AuxVector() [2/2]

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

Definition at line 47 of file aux_vector.hh.

Member Data Documentation

◆ type

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

Definition at line 49 of file aux_vector.hh.

Referenced by gem5::auxv::swap_byte().

◆ val

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

Definition at line 50 of file aux_vector.hh.

Referenced by gem5::auxv::swap_byte().


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

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