Functions

Low level API - entry parsing and rendering

Functions

bool TBTEntry::parse_uint64 (void *buf)
 parse an entry from a 128 bit buffer: [(64)key,(64)time]
bool TBTEntry::parse_ascii (char *buf)
 parse an entry from a colon separated ASCII string (key:time)
int TBTEntry::render_uint64 (void *buf)
 render the entry into a 128 bit buffer
int TBTEntry::render_ascii (void *buf)
 render the entry into an ASCII string (colon separated)
int TBTEntry::render_html (void *buf)
 render the entry into HTML (javascript array)

Detailed Description

Helper methods are provided for every single entry to read and write values from and to different formats.