L4Re - L4 Runtime Environment
|
Self-contained list of variable-sized RPC parameters. More...
Public Member Functions | |
Varg_list (Varg_list_ref const &r) | |
Create a parameter list as a copy from a referencing list. | |
![]() | |
Varg_list_ref () | |
Create an empty parameter list. | |
Varg_list_ref (void const *start, void const *end) | |
Create a parameter list over a given memory region. More... | |
Varg | next () |
Get the next parameter in the list. | |
Self-contained list of variable-sized RPC parameters.
Works like Varg_list_ref but contains a full copy of the data. Use this as a parameter in server functions, if the handler function needs to use the UTCB (e.g. while sending further IPC).