class Argument |
Defines an event function argument
| Argument (Window& window) Constructor | |
| GetWindow () Get event window | |
| GetWindow () const Get event window | |
| GetOrder () const Window order | |
| operator() (int n) Current event access | |
| operator() (int n) const Current event access | |
| Front () First | |
| Front () const First | |
| Back () Last | |
| Back () const Last | |
| Begin () Begin | |
| Begin () const Begin | |
| End () End | |
| End () const End | |
| operator[] (int n) List access | |
| operator[] (int n) const List access | |
| Size () const Size | |
| Empty () const No events? |
The event argument class contains the list of arguments which are passed to event functions and event conditions. At this moment it is just a wrapper around an event window.
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu