Modifications
11-SEP-1999 P.Pritchett - Initial version.
Definition in file vgui_event.cxx.
#include "vgui_event.h"
#include <vcl_iostream.h>
#include <vul/vul_get_timestamp.h>
Go to the source code of this file.
Defines | |
| #define | macro(e) {vgui_ ## e,#e} |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, vgui_event_type t) |
| vcl_ostream & | operator<< (vcl_ostream &s, vgui_event const &e) |
| bool | operator== (vgui_event const &a, vgui_event const &b) |
| Returns true if events are the same. | |
|
|
|
|
||||||||||||
|
Definition at line 133 of file vgui_event.cxx. |
|
||||||||||||
|
Definition at line 124 of file vgui_event.cxx. |
|
||||||||||||
|
Returns true if events are the same. Isn't this what the compiler would have generated anyway? moreover, the compiler-generated one wouldn't need to be updated when the fields are changed. fsm. Definition at line 151 of file vgui_event.cxx. |
|
|
Definition at line 93 of file vgui_event.cxx. |
|
|
Definition at line 92 of file vgui_event.cxx. |
1.4.4