gem5
v20.1.0.0
|
#include <varargs.hh>
Public Member Functions | |
VarArgs (VarArgsBase< Types... > *ptr) | |
template<typename Arg > | |
Arg | get () |
Private Attributes | |
std::shared_ptr< VarArgsBase< Types... > > | _ptr |
Definition at line 146 of file varargs.hh.
|
inline |
Definition at line 154 of file varargs.hh.
Definition at line 161 of file varargs.hh.
References GuestABI::VarArgs< Types >::_ptr.
Referenced by fcntlFunc(), mremapFunc(), test2DVoid(), and testIntVoid().
|
private |
Definition at line 151 of file varargs.hh.
Referenced by GuestABI::VarArgs< Types >::get().