SimGrid  3.18
Versatile Simulation of Distributed Systems
simcalls.Simcall Class Reference
Inheritance diagram for simcalls.Simcall:

Public Member Functions

def __init__ (self, name, handler, res, args, call_kind)
 
def check (self)
 
def enum (self)
 
def string (self)
 
def accessors (self)
 
def case (self)
 
def body (self)
 
def handler_prototype (self)
 

Public Attributes

 name
 
 res
 
 args
 
 need_handler
 
 call_kind
 

Static Public Attributes

 simcalls_body = None
 
 simcalls_pre = None
 

Constructor & Destructor Documentation

◆ __init__()

def simcalls.Simcall.__init__ (   self,
  name,
  handler,
  res,
  args,
  call_kind 
)

Member Function Documentation

◆ check()

def simcalls.Simcall.check (   self)

◆ enum()

def simcalls.Simcall.enum (   self)

◆ string()

def simcalls.Simcall.string (   self)

◆ accessors()

def simcalls.Simcall.accessors (   self)

◆ case()

def simcalls.Simcall.case (   self)

◆ body()

def simcalls.Simcall.body (   self)

◆ handler_prototype()

def simcalls.Simcall.handler_prototype (   self)

Member Data Documentation

◆ simcalls_body

simcalls.Simcall.simcalls_body = None
static

◆ simcalls_pre

simcalls.Simcall.simcalls_pre = None
static

◆ name

simcalls.Simcall.name

◆ res

simcalls.Simcall.res

◆ args

simcalls.Simcall.args

◆ need_handler

simcalls.Simcall.need_handler

◆ call_kind

simcalls.Simcall.call_kind

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