![]()  | 
  
    L4Re Operating System Framework
    
   Interface and Usage Documentation 
   | 
 
#include <ipc_varg>
Public Member Functions | |
| Iterator (Iter_state const &s) | |
| Create a new iterator.  | |
| operator bool () const | |
| validity check for the iterator  | |
| Iterator & | operator++ () | 
| increment iterator to the next arg  | |
| Varg | operator* () const | 
| dereference the iterator, get Varg  | |
| bool | equals (Iterator const &o) const | 
| check for equality  | |