ROSE  0.11.145.0
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. More...
 
 Declaration (uint64_t id, const std::string &name)
 Constructor. More...
 

Public Attributes

uint64_t id
 Identification number. More...
 
std::string name
 Name of system call. More...
 

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 40 of file SystemCall.h.

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

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.


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