From d7055892626389ec1b3dad1f466522318cc281db Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 26 Dec 2018 04:40:04 +0100 Subject: [PATCH] 2018-12-26 --- docs/annotated.html | 2 +- docs/classIdenticonpp-members.html | 6 +- docs/classIdenticonpp.html | 107 ++++++++++++++++-- docs/classes.html | 2 +- docs/debug_8hpp_source.html | 2 +- .../dir_68267d1309a1af8e8297ef4c3efbcdba.html | 2 +- docs/files.html | 2 +- docs/functions.html | 10 +- docs/functions_enum.html | 55 +++++++++ docs/functions_func.html | 7 +- docs/functions_vars.html | 55 +++++++++ docs/identiconpp_8hpp_source.html | 8 +- docs/index.html | 6 +- docs/menudata.js | 3 +- docs/structIdenticonpp_1_1Image-members.html | 63 +++++++++++ docs/structIdenticonpp_1_1Image.html | 82 ++++++++++++++ 16 files changed, 384 insertions(+), 28 deletions(-) create mode 100644 docs/functions_enum.html create mode 100644 docs/functions_vars.html create mode 100644 docs/structIdenticonpp_1_1Image-members.html create mode 100644 docs/structIdenticonpp_1_1Image.html diff --git a/docs/annotated.html b/docs/annotated.html index 037daa6..af908e2 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -19,7 +19,7 @@
identiconpp -  0.0.0 +  0.1.0
diff --git a/docs/classIdenticonpp-members.html b/docs/classIdenticonpp-members.html index 885b08a..b19b7f5 100644 --- a/docs/classIdenticonpp-members.html +++ b/docs/classIdenticonpp-members.html @@ -19,7 +19,7 @@
identiconpp -  0.0.0 +  0.1.0
@@ -46,7 +46,9 @@ $(function() {

This is the complete list of members for Identiconpp, including all inherited members.

- + + +
Identiconpp(const uint8_t rows, const uint8_t columns, const string &background="ffffffff", const vector< string > &foreground={ "000000ff" })Identiconppexplicit
generate(const string &digest, const uint16_t width=100)Identiconpp
identicon_type enum nameIdenticonpp
Identiconpp(const uint8_t rows, const uint8_t columns, identicon_type type, const string background="ffffffff", const vector< string > &foreground={ "000000ff" })Identiconppexplicit