MQTTSuite
Loading...
Searching...
No Matches
anonymous_namespace{issue-149-entry-selection.cpp} Namespace Reference

Classes

class  store_err_handler

Variables

static int error_count
static json person_schema

Variable Documentation

◆ error_count

int anonymous_namespace{issue-149-entry-selection.cpp}::error_count
static

Definition at line 12 of file issue-149-entry-selection.cpp.

Referenced by main().

◆ person_schema

json anonymous_namespace{issue-149-entry-selection.cpp}::person_schema
static
Initial value:
= R"(
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "integer",
"definitions": {
"A": {
"type": "object",
"properties": {
"b": {
"$ref": "#/definitions/B"
}
}
},
"B": {
"type": "integer"
}
}
})"_json

Definition at line 22 of file issue-149-entry-selection.cpp.