#include <wasm_config.h>
Classes | |
| struct | AI |
| struct | Autosave |
| struct | Cache |
| struct | Collaboration |
| struct | Deployment |
| struct | ServerStatus |
| struct | Terminal |
| struct | UI |
Public Member Functions | |
| void | LoadFromJavaScript () |
| void | FetchServerStatus () |
| bool | IsLoaded () const |
| bool | IsLoading () const |
| std::unique_lock< std::mutex > | GetReadLock () const |
Static Public Member Functions | |
| static WasmConfig & | Get () |
Private Attributes | |
| std::mutex | config_mutex_ |
Definition at line 192 of file wasm_config.h.
|
inline |
Definition at line 248 of file wasm_config.h.
|
inline |
Definition at line 249 of file wasm_config.h.
|
inlinestatic |
Definition at line 250 of file wasm_config.h.
|
inline |
Definition at line 254 of file wasm_config.h.
|
inline |
Definition at line 255 of file wasm_config.h.
|
inline |
Definition at line 256 of file wasm_config.h.
References config_mutex_.
| struct yaze::app::platform::WasmConfig::Collaboration yaze::app::platform::WasmConfig::collaboration |
| struct yaze::app::platform::WasmConfig::Autosave yaze::app::platform::WasmConfig::autosave |
| struct yaze::app::platform::WasmConfig::Terminal yaze::app::platform::WasmConfig::terminal |
| struct yaze::app::platform::WasmConfig::UI yaze::app::platform::WasmConfig::ui |
| struct yaze::app::platform::WasmConfig::Cache yaze::app::platform::WasmConfig::cache |
| struct yaze::app::platform::WasmConfig::AI yaze::app::platform::WasmConfig::ai |
| struct yaze::app::platform::WasmConfig::Deployment yaze::app::platform::WasmConfig::deployment |
| struct yaze::app::platform::WasmConfig::ServerStatus yaze::app::platform::WasmConfig::server_status |
|
mutableprivate |
Definition at line 261 of file wasm_config.h.
Referenced by GetReadLock().