Public Member Functions | Public Attributes | List of all members
internal::Schema< SchemaDocumentType >::PatternProperty Struct Reference

Public Member Functions

 PatternProperty ()
 
 ~PatternProperty ()
 

Public Attributes

const SchemaTypeschema
 
RegexTypepattern
 

Detailed Description

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

Definition at line 1382 of file schema.h.

Constructor & Destructor Documentation

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

Definition at line 1383 of file schema.h.

1383 : schema(), pattern() {}
const SchemaType * schema
Definition: schema.h:1390
template<typename SchemaDocumentType >
internal::Schema< SchemaDocumentType >::PatternProperty::~PatternProperty ( )
inline

Definition at line 1384 of file schema.h.

1384  {
1385  if (pattern) {
1386  pattern->~RegexType();
1387  AllocatorType::Free(pattern);
1388  }
1389  }

Member Data Documentation

template<typename SchemaDocumentType >
RegexType* internal::Schema< SchemaDocumentType >::PatternProperty::pattern

Definition at line 1391 of file schema.h.

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

Definition at line 1390 of file schema.h.


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