ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::SystemCall::Declaration Struct Reference

Description

Declarative information about a system call.

Definition at line 35 of file SystemCall.h.

#include <Rose/BinaryAnalysis/SystemCall.h>

Collaboration diagram for Rose::BinaryAnalysis::SystemCall::Declaration:
Collaboration graph
[legend]

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.
 

Constructor & Destructor Documentation

◆ Declaration() [1/2]

Rose::BinaryAnalysis::SystemCall::Declaration::Declaration ( )
inline

Default constructor.

Definition at line 40 of file SystemCall.h.

◆ Declaration() [2/2]

Rose::BinaryAnalysis::SystemCall::Declaration::Declaration ( uint64_t  id,
const std::string &  name 
)
inline

Constructor.

Definition at line 44 of file SystemCall.h.

Member Data Documentation

◆ id

uint64_t Rose::BinaryAnalysis::SystemCall::Declaration::id

Identification number.

Definition at line 36 of file SystemCall.h.

◆ name

std::string Rose::BinaryAnalysis::SystemCall::Declaration::name

Name of system call.

Definition at line 37 of file SystemCall.h.


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