Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

vgui_event.cxx File Reference


Detailed Description

See vgui_event.h for a description of this file.

Author:
Philip C. Pritchett, Robotics Research Group, University of Oxford
Date:
11 Sep 99
    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.


Define Documentation

#define macro  )     {vgui_ ## e,#e}
 


Function Documentation

vcl_ostream& operator<< vcl_ostream &  s,
vgui_event const &  e
 

Definition at line 133 of file vgui_event.cxx.

vcl_ostream& operator<< vcl_ostream &  s,
vgui_event_type  t
 

Definition at line 124 of file vgui_event.cxx.

bool operator== vgui_event const &  a,
vgui_event const &  b
 

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.


Variable Documentation

char const* name
 

Definition at line 93 of file vgui_event.cxx.

vgui_event_type t
 

Definition at line 92 of file vgui_event.cxx.


Generated on Thu Jan 10 14:42:08 2008 for core/vgui by  doxygen 1.4.4