Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
JSONServiceDescription.h File Reference
#include "JSONUtils.h"
#include "utils/Variant.h"
#include <limits>
#include <memory>
#include <string>
#include <vector>

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< JSONSchemaTypeDefinitionJSONRPC::JSONSchemaTypeDefinitionPtr