|
pianod2
multisource multiuser scriptable networked music player
|
#include <parsnip_schema.h>

Public Member Functions | |
| bool | operator== (const DictionaryMember &other) const |
| Determine if two dictionary members are equivalent to each other, deep comparing the schema. More... | |
Public Attributes | |
| SchemaBaseRef | member_schema |
| Schema for this dictionary member. More... | |
| Dependencies | expects |
| Other elements that must be present when this one is. More... | |
| bool | mandatory = false |
| Whether element must be present. More... | |
| bool Parsnip::DictionarySchema::DictionaryMember::operator== | ( | const DictionaryMember & | other | ) | const |
Determine if two dictionary members are equivalent to each other, deep comparing the schema.
| Dependencies Parsnip::DictionarySchema::DictionaryMember::expects |
Other elements that must be present when this one is.
| bool Parsnip::DictionarySchema::DictionaryMember::mandatory = false |
Whether element must be present.
| SchemaBaseRef Parsnip::DictionarySchema::DictionaryMember::member_schema |
Schema for this dictionary member.