diff options
Diffstat (limited to 'build/doc/html/page_remote_api.js')
-rw-r--r-- | build/doc/html/page_remote_api.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/build/doc/html/page_remote_api.js b/build/doc/html/page_remote_api.js new file mode 100644 index 00000000..c4a61d6b --- /dev/null +++ b/build/doc/html/page_remote_api.js @@ -0,0 +1,32 @@ +var page_remote_api = +[ + [ "Overview", "page_remote_api.html#sec_remote_api_overview", null ], + [ "Event Loop Abstraction", "page_remote_api.html#sec_remote_api_loop", [ + [ "Proxy", "page_remote_api.html#ssec_remote_api_proxy", null ] + ] ], + [ "Remote", "page_remote_api.html#sec_remote_api_remote", [ + [ "Create", "page_remote_api.html#ssec_remote_create", null ], + [ "Connecting", "page_remote_api.html#ssec_remote_api_remote_connect", null ], + [ "Registry", "page_remote_api.html#ssec_remote_api_remote_registry", null ], + [ "Disconnect", "page_remote_api.html#ssec_remote_api_remote_disconnect", null ] + ] ], + [ "Threaded Loop", "page_thread_loop.html", [ + [ "Overview", "page_thread_loop.html#sec_thread_loop_overview", null ], + [ "Creation", "page_thread_loop.html#sec_thread_loop_create", null ], + [ "Destruction", "page_thread_loop.html#sec_thread_loop_destruction", null ], + [ "Locking", "page_thread_loop.html#sec_thread_loop_locking", null ], + [ "Events and Callbacks", "page_thread_loop.html#sec_thread_loop_events", null ] + ] ], + [ "Proxy", "page_proxy.html", [ + [ "Overview", "page_proxy.html#sec_page_proxy_overview", null ], + [ "Core proxy", "page_proxy.html#sec_page_proxy_core", null ], + [ "Create", "page_proxy.html#sec_page_proxy_create", null ], + [ "Bind", "page_proxy.html#sec_page_proxy_bind", null ], + [ "Methods", "page_proxy.html#sec_page_proxy_methods", null ], + [ "Events", "page_proxy.html#sec_page_proxy_events", null ], + [ "Destroy", "page_proxy.html#sec_page_proxy_destroy", null ] + ] ], + [ "Registry", "page_registry.html", [ + [ "Overview", "page_registry.html#page_registry_overview", null ] + ] ] +];
\ No newline at end of file |