Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
internal::Schema< SchemaDocumentType >::Property Struct Reference
Collaboration diagram for internal::Schema< SchemaDocumentType >::Property:

Public Attributes

SValue name
const SchemaType * schema
const SchemaType * dependenciesSchema
SizeType dependenciesValidatorIndex
bool * dependencies
bool required

Detailed Description

template<typename SchemaDocumentType>
struct internal::Schema< SchemaDocumentType >::Property

Definition at line 1673 of file schema.h.

Constructor & Destructor Documentation

◆ Property()

template<typename SchemaDocumentType>
internal::Schema< SchemaDocumentType >::Property::Property ( )
inline

Definition at line 1674 of file schema.h.

◆ ~Property()

template<typename SchemaDocumentType>
internal::Schema< SchemaDocumentType >::Property::~Property ( )
inline

Definition at line 1675 of file schema.h.

Member Data Documentation

◆ dependencies

template<typename SchemaDocumentType>
bool* internal::Schema< SchemaDocumentType >::Property::dependencies

Definition at line 1680 of file schema.h.

◆ dependenciesSchema

template<typename SchemaDocumentType>
const SchemaType* internal::Schema< SchemaDocumentType >::Property::dependenciesSchema

Definition at line 1678 of file schema.h.

◆ dependenciesValidatorIndex

template<typename SchemaDocumentType>
SizeType internal::Schema< SchemaDocumentType >::Property::dependenciesValidatorIndex

Definition at line 1679 of file schema.h.

◆ name

template<typename SchemaDocumentType>
SValue internal::Schema< SchemaDocumentType >::Property::name

Definition at line 1676 of file schema.h.

◆ required

template<typename SchemaDocumentType>
bool internal::Schema< SchemaDocumentType >::Property::required

Definition at line 1681 of file schema.h.

◆ schema

template<typename SchemaDocumentType>
const SchemaType* internal::Schema< SchemaDocumentType >::Property::schema

Definition at line 1677 of file schema.h.


The documentation for this struct was generated from the following file: