From 31ff5ce755d00cf12ea2ffc96c33ed9acd36358f Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Wed, 21 Nov 2018 16:32:29 +0800 Subject: update doc add new sequence and update doxygen files. Change-Id: I6737939eb2628577d58b2d1d65086e46e7cb14a4 Signed-off-by: wang_zhiqiang --- .../html/d0/d53/struct_h_s___client_ctxt.html | 161 +++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html (limited to 'doc/api-ref/html/d0/d53') diff --git a/doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html b/doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html new file mode 100644 index 0000000..b02f624 --- /dev/null +++ b/doc/api-ref/html/d0/d53/struct_h_s___client_ctxt.html @@ -0,0 +1,161 @@ + + + + + + +HomeScreenBinding: HS_ClientCtxt Struct Reference + + + + + + + + + + +
+
+ + + + + + +
+
HomeScreenBinding +
+
+
+ + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
HS_ClientCtxt Struct Reference
+
+
+ +

#include <hs-clientmanager.h>

+ + + + +

+Public Member Functions

 HS_ClientCtxt (const char *appid)
 
+ + + +

+Public Attributes

std::string id
 
+

Detailed Description

+
+

Definition at line 27 of file hs-clientmanager.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
HS_ClientCtxt::HS_ClientCtxt (const char * appid)
+
+inline
+
+ +

Definition at line 30 of file hs-clientmanager.h.

+
31  {
32  id = appid;
33  }
+
+
+

Member Data Documentation

+ +
+
+ + + + +
std::string HS_ClientCtxt::id
+
+ +

Definition at line 29 of file hs-clientmanager.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit 1.2.3-korg