|
ROSE 0.11.145.354
|
Declarative information about a system call.
Definition at line 35 of file SystemCall.h.
#include <Rose/BinaryAnalysis/SystemCall.h>

Public Member Functions | |
| Declaration () | |
| Default constructor. | |
| Declaration (uint64_t id, const std::string &name) | |
| Constructor. | |
Public Attributes | |
| uint64_t | id |
| Identification number. | |
| std::string | name |
| Name of system call. | |
|
inline |
Default constructor.
Definition at line 40 of file SystemCall.h.
|
inline |
Constructor.
Definition at line 44 of file SystemCall.h.
| uint64_t Rose::BinaryAnalysis::SystemCall::Declaration::id |
Identification number.
Definition at line 36 of file SystemCall.h.
| std::string Rose::BinaryAnalysis::SystemCall::Declaration::name |
Name of system call.
Definition at line 37 of file SystemCall.h.