Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::web::ArrayOfSchemaContext Class Reference

Detailed Description

Parse the array of objects in an 'items' property.

Inheritance diagram for ola::web::ArrayOfSchemaContext:
ola::web::StrictTypedParseContext ola::web::ObjectParseContext ola::web::SchemaParseContextInterface

Public Member Functions

 ArrayOfSchemaContext (SchemaDefinitions *definitions)
 
void GetValidators (SchemaErrorLogger *logger, ValidatorInterface::ValidatorList *validators)
 Populate a vector with validators for the elements in 'items'.
 
SchemaParseContextInterfaceOpenObject (SchemaErrorLogger *logger)
 
- Public Member Functions inherited from ola::web::StrictTypedParseContext
void String (SchemaErrorLogger *logger, const std::string &value)
 
void Number (SchemaErrorLogger *logger, uint32_t value)
 
void Number (SchemaErrorLogger *logger, int32_t value)
 
void Number (SchemaErrorLogger *logger, uint64_t value)
 
void Number (SchemaErrorLogger *logger, int64_t value)
 
void Number (SchemaErrorLogger *logger, double value)
 
void Bool (SchemaErrorLogger *logger, bool value)
 
void Null (SchemaErrorLogger *logger)
 
SchemaParseContextInterfaceOpenArray (SchemaErrorLogger *logger)
 
void CloseArray (SchemaErrorLogger *logger)
 
SchemaParseContextInterfaceOpenObject (SchemaErrorLogger *logger)
 
void CloseObject (SchemaErrorLogger *logger)
 
- Public Member Functions inherited from ola::web::ObjectParseContext
void ObjectKey (SchemaErrorLogger *, const std::string &keyword)
 Called when we encounter a property.
 
- Public Member Functions inherited from ola::web::SchemaParseContextInterface

Additional Inherited Members

- Protected Member Functions inherited from ola::web::ObjectParseContext
std::string TakeKeyword ()
 
const std::string & Keyword () const
 

Member Function Documentation

◆ GetValidators()

void ola::web::ArrayOfSchemaContext::GetValidators ( SchemaErrorLogger * logger,
ValidatorInterface::ValidatorList * validators )

Populate a vector with validators for the elements in 'items'.

Parameters
loggerThe logger to use.
[out]validatorsA vector fill with new validators. Ownership of the validators is transferred to the caller.

◆ OpenObject()

SchemaParseContextInterface * ola::web::ArrayOfSchemaContext::OpenObject ( SchemaErrorLogger * logger)
virtual

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