xbmc
Public Types | Public Member Functions | List of all members
JSONRPC::JSONSchemaTypeDefinition::CJsonSchemaPropertiesMap Class Reference

Maps a properties name to its json schema type definition. More...

#include <JSONServiceDescription.h>

Public Types

typedef std::map< std::string, JSONSchemaTypeDefinitionPtr >::const_iterator JSONSchemaPropertiesIterator
 

Public Member Functions

void add (const JSONSchemaTypeDefinitionPtr &property)
 
JSONSchemaPropertiesIterator begin () const
 
JSONSchemaPropertiesIterator find (const std::string &key) const
 
JSONSchemaPropertiesIterator end () const
 
unsigned int size () const
 

Detailed Description

Maps a properties name to its json schema type definition.


The documentation for this class was generated from the following files: