#include "a60-svg.h"
#include <string_view>
Go to the source code of this file.
|
| string | svg::iso_datestamp_string_to_html_time (const string ds) |
| | Converts ISO datestamp to human-readable long form with month names.
|
| string | svg::serialize_row_2c_4f (string_view img1src, string_view img1alt, string_view img2src, string_view img2alt) |
| void | svg::serialize_2_image_table (const string >itlelc) |
| | Serialize borderless image table.
|
| void | svg::serialize_meta_collection_table (const string >itlelc, const string sdur, const uint btihasz, const uint dl, const uint ul) |
| | Serialize information about the analysis passes as an html table. Flatten all objects into one total number.
|
| string | svg::serialize_row_6c_8f (const string moname, const uint btihasz, const uint dl, const uint ul, const uint weeksn, const string sdates) |
| | Serialize row of media object information.
|