![]() |
Reels
|
The binary representation of a transaction in a transaction file. More...
#include <reels.h>


Public Attributes | |
| ElementHash | c |
| The "client". A binary hash of a string representing "the actor". More... | |
| TimePoint | t |
| The "time". A timestamp of the event. More... | |
Public Attributes inherited from reels::BinEventPt | |
| 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... | |
Additional Inherited Members | |
Public Member Functions inherited from reels::BinEventPt | |
| 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... | |
The binary representation of a transaction in a transaction file.
The class row converts the many possible source forms into this binary representation.
| ElementHash reels::BinTransaction::c |
The "client". A binary hash of a string representing "the actor".
| TimePoint reels::BinTransaction::t |
The "time". A timestamp of the event.