|
gem5
v19.0.0.0
|
#include <arguments.hh>
Public Member Functions | |
| Data () | |
| ~Data () | |
| char * | alloc (size_t size) |
Private Attributes | |
| std::list< char * > | data |
Definition at line 48 of file arguments.hh.
|
inline |
Definition at line 51 of file arguments.hh.
References ~Data().
| Arguments::Data::~Data | ( | ) |
| char * Arguments::Data::alloc | ( | size_t | size | ) |
Definition at line 45 of file arguments.cc.
References data.
|
private |
Definition at line 55 of file arguments.hh.