gem5
v20.1.0.0
|
#include <fd_entry.hh>
Public Member Functions | |
SocketFDEntry (int sim_fd, int domain, int type, int protocol, bool close_on_exec=false) | |
SocketFDEntry (SocketFDEntry const ®, bool close_on_exec=false) | |
std::shared_ptr< FDEntry > | clone () const override |
Public Member Functions inherited from HBFDEntry | |
HBFDEntry (int flags, int sim_fd, bool close_on_exec=false) | |
HBFDEntry (HBFDEntry const ®, bool close_on_exec=false) | |
int | getFlags () const |
int | getSimFD () const |
void | setFlags (int flags) |
void | setSimFD (int sim_fd) |
Public Member Functions inherited from FDEntry | |
FDEntry (bool close_on_exec=false) | |
bool | getCOE () const |
void | setCOE (bool close_on_exec) |
virtual void | serialize (CheckpointOut &cp) const |
Serialize an object. More... | |
virtual void | unserialize (CheckpointIn &cp) |
Unserialize an object. More... | |
Public Member Functions inherited from Serializable | |
Serializable () | |
virtual | ~Serializable () |
void | serializeSection (CheckpointOut &cp, const char *name) const |
Serialize an object into a new section. More... | |
void | serializeSection (CheckpointOut &cp, const std::string &name) const |
void | unserializeSection (CheckpointIn &cp, const char *name) |
Unserialize an a child object. More... | |
void | unserializeSection (CheckpointIn &cp, const std::string &name) |
Public Attributes | |
int | _domain |
int | _type |
int | _protocol |
Additional Inherited Members | |
Static Public Member Functions inherited from Serializable | |
static const std::string & | currentSection () |
Gets the fully-qualified name of the active section. More... | |
static void | serializeAll (const std::string &cpt_dir) |
Serializes all the SimObjects. More... | |
static void | unserializeGlobals (CheckpointIn &cp) |
Protected Attributes inherited from HBFDEntry | |
int | _flags |
int | _simFD |
Protected Attributes inherited from FDEntry | |
bool | _closeOnExec |
Definition at line 222 of file fd_entry.hh.
|
inline |
Definition at line 225 of file fd_entry.hh.
|
inline |
Definition at line 231 of file fd_entry.hh.
|
inlineoverridevirtual |
Reimplemented from HBFDEntry.
Definition at line 237 of file fd_entry.hh.
int SocketFDEntry::_domain |
Definition at line 242 of file fd_entry.hh.
int SocketFDEntry::_protocol |
Definition at line 244 of file fd_entry.hh.
int SocketFDEntry::_type |
Definition at line 243 of file fd_entry.hh.