Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::web::ArrayOfSchemaContext Class Reference

Detailed Description

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

Inheritance diagram for ola::web::ArrayOfSchemaContext:
Inheritance graph
[legend]
Collaboration diagram for ola::web::ArrayOfSchemaContext:
Collaboration graph
[legend]

Public Member Functions

 ArrayOfSchemaContext (SchemaDefinitions *definitions)
 
void GetValidators (SchemaErrorLogger *logger, ValidatorInterface::ValidatorList *validators)
 Populate a vector with validators for the elements in 'items'. More...
 
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)
 
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.
 

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.

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