
Public Member Functions | |
| BinaryEvent (event_kind_t e, const T &first, const T &second) | |
| const T & | get_first () const | 
| const T & | get_second () const | 
| virtual event_kind_t | get_event_kind () const | 
Protected Attributes | |
| T | first_ | 
| T | second_ | 
| event_kind_t | kind_ | 
Definition at line 49 of file history.hh.
 1.5.1