Reels
|
The binary representation of an event as stored in a transaction file. More...
#include <reels.h>
Public Member Functions | |
bool | operator== (const BinEventPt &o) const |
Compare to another BinEventPt for identity to support use as a key in a map. More... | |
bool | operator< (const BinEventPt &o) const |
Compare to another BinEventPt for strict order to support use as a key in a map. More... | |
Public Attributes | |
ElementHash | e |
The "emitter". A binary hash of a string representing "owner of event". More... | |
ElementHash | d |
The "description". A binary hash of a string representing "the event". More... | |
double | w |
The "weight". A double representing a weight of the event. More... | |
The binary representation of an event as stored in a transaction file.
This is the intersection of transaction and event.
|
inline |
Compare to another BinEventPt for strict order to support use as a key in a map.
o | Another BinEventPt to which the current object is compared. |
|
inline |
Compare to another BinEventPt for identity to support use as a key in a map.
o | Another BinEventPt to which the current object is compared. |
ElementHash reels::BinEventPt::d |
The "description". A binary hash of a string representing "the event".
ElementHash reels::BinEventPt::e |
The "emitter". A binary hash of a string representing "owner of event".
double reels::BinEventPt::w |
The "weight". A double representing a weight of the event.