IN2OSM  1.0.1
Schema< SchemaDocumentType >::Property
Collaboration diagram for Schema< SchemaDocumentType >::Property:
Collaboration graph

Public Member Functions

 Property ()
 
 ~Property ()
 

Public Attributes

SValue name
 
const SchemaTypeschema
 
const SchemaTypedependenciesSchema
 
SizeType dependenciesValidatorIndex
 
bool * dependencies
 
bool required
 

Detailed Description

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

Definition at line 1373 of file schema.h.

Constructor & Destructor Documentation

◆ Property()

Property ( )
inline

Definition at line 1374 of file schema.h.

◆ ~Property()

~Property ( )
inline

Definition at line 1375 of file schema.h.

1375 { AllocatorType::Free(dependencies); }

Member Data Documentation

◆ dependencies

bool* dependencies

Definition at line 1380 of file schema.h.

◆ dependenciesSchema

const SchemaType* dependenciesSchema

Definition at line 1378 of file schema.h.

◆ dependenciesValidatorIndex

SizeType dependenciesValidatorIndex

Definition at line 1379 of file schema.h.

◆ name

SValue name

Definition at line 1376 of file schema.h.

◆ required

bool required

Definition at line 1381 of file schema.h.

◆ schema

const SchemaType* schema

Definition at line 1377 of file schema.h.


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