SimGrid  3.13
Versatile Simulation of Distributed Systems
simcalls.Arg Class Reference
Inheritance diagram for simcalls.Arg:

Public Member Functions

def __init__ (self, name, type, casted=None)
 
def field (self)
 
def rettype (self)
 
def cast (self)
 

Public Attributes

 name
 
 type
 
 casted
 

Static Public Attributes

dictionary simcall_types = {k: v for _, k, v in types}
 

Constructor & Destructor Documentation

def simcalls.Arg.__init__ (   self,
  name,
  type,
  casted = None 
)

Member Function Documentation

def simcalls.Arg.field (   self)
def simcalls.Arg.rettype (   self)
def simcalls.Arg.cast (   self)

Member Data Documentation

dictionary simcalls.Arg.simcall_types = {k: v for _, k, v in types}
static
simcalls.Arg.name
simcalls.Arg.type
simcalls.Arg.casted

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