namespace events class Argument Defines an event function argument
| | value_type Value type |
| | pointer Pointer type |
| | const_pointer Const pointer type |
| | reference Reference type |
| | const_reference Const reference type |
| | iterator Iterator type |
| | const_iterator Const iterator type |
| | 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.
typedef Window::pointer pointer
typedef Window::const_pointer const_pointer
typedef Window::reference reference
typedef Window::const_reference const_reference
typedef Window::iterator iterator
typedef Window::const_iterator const_iterator
Argument(Window& window)
Window& GetWindow()
const Window& GetWindow() const
int GetOrder() const
reference operator) (int n)
const_reference operator) (int n) const
reference Front()
const_reference Front() const
reference Back()
const_reference Back() const
iterator Begin()
const_iterator Begin() const
iterator End()
const_iterator End() const
reference operator[] (int n)
const_reference operator[] (int n) const
alphabetic index hierarchy of classes
Please send questions and comments to sigg_d@ligo-wa.caltech.edu
generated by doc++