Open Lighting Architecture
Latest Git
|
The context for an array of strings.
This is used for the required property and for property dependencies.
Public Types | |
typedef std::set< std::string > | StringSet |
Public Member Functions | |
void | GetStringSet (StringSet *stringd) |
Return the strings in the string array. | |
void | String (SchemaErrorLogger *logger, const std::string &value) |
Public Member Functions inherited from ola::web::StrictTypedParseContext | |
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) |
SchemaParseContextInterface * | OpenArray (SchemaErrorLogger *logger) |
void | CloseArray (SchemaErrorLogger *logger) |
SchemaParseContextInterface * | OpenObject (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 |