|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <string>#include <vector>#include <limits>#include <memory>#include "JSONUtils.h"#include "utils/Variant.h"Classes | |
| class | JSONRPC::JSONSchemaTypeDefinition |
| Class for a parameter of a json rpc method. More... | |
| class | JSONRPC::JSONSchemaTypeDefinition::CJsonSchemaPropertiesMap |
| Maps a properties name to its json schema type definition. More... | |
| class | JSONRPC::JsonRpcMethod |
| Structure for a published json rpc method. More... | |
| struct | JSONRPC::JsonRpcMethodMap |
| Structure mapping a json rpc method definition to an actual method implementation. More... | |
| class | JSONRPC::CJSONServiceDescription |
| Helper class for json schema service descriptor based service descriptions for the json rpc API. More... | |
Namespaces | |
| namespace | JSONRPC |
Typedefs | |
| typedef std::shared_ptr< JSONSchemaTypeDefinition > | JSONRPC::JSONSchemaTypeDefinitionPtr |