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

Public Member Functions

 PatternProperty ()
 
 ~PatternProperty ()
 

Public Attributes

const SchemaTypeschema
 
RegexTypepattern
 

Detailed Description

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

Definition at line 1384 of file schema.h.

Constructor & Destructor Documentation

◆ PatternProperty()

PatternProperty ( )
inline

Definition at line 1385 of file schema.h.

1385 : schema(), pattern() {}
const SchemaType * schema
Definition: schema.h:1392

◆ ~PatternProperty()

~PatternProperty ( )
inline

Definition at line 1386 of file schema.h.

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

Member Data Documentation

◆ pattern

RegexType* pattern

Definition at line 1393 of file schema.h.

◆ schema

const SchemaType* schema

Definition at line 1392 of file schema.h.


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