Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
GenericSchemaDocument< ValueT, Allocator >::SchemaEntry Struct Reference
Collaboration diagram for GenericSchemaDocument< ValueT, Allocator >::SchemaEntry:

Public Member Functions

 SchemaEntry (const PointerType &p, SchemaType *s, bool o, Allocator *allocator)

Public Attributes

PointerType pointer
SchemaType * schema
bool owned

Detailed Description

template<typename ValueT, typename Allocator = CrtAllocator>
struct GenericSchemaDocument< ValueT, Allocator >::SchemaEntry

Definition at line 2010 of file schema.h.

Constructor & Destructor Documentation

◆ SchemaEntry()

template<typename ValueT, typename Allocator = CrtAllocator>
GenericSchemaDocument< ValueT, Allocator >::SchemaEntry::SchemaEntry ( const PointerType & p,
SchemaType * s,
bool o,
Allocator * allocator )
inline

Definition at line 2011 of file schema.h.

◆ ~SchemaEntry()

template<typename ValueT, typename Allocator = CrtAllocator>
GenericSchemaDocument< ValueT, Allocator >::SchemaEntry::~SchemaEntry ( )
inline

Definition at line 2012 of file schema.h.

Member Data Documentation

◆ owned

template<typename ValueT, typename Allocator = CrtAllocator>
bool GenericSchemaDocument< ValueT, Allocator >::SchemaEntry::owned

Definition at line 2020 of file schema.h.

◆ pointer

template<typename ValueT, typename Allocator = CrtAllocator>
PointerType GenericSchemaDocument< ValueT, Allocator >::SchemaEntry::pointer

Definition at line 2018 of file schema.h.

◆ schema

template<typename ValueT, typename Allocator = CrtAllocator>
SchemaType* GenericSchemaDocument< ValueT, Allocator >::SchemaEntry::schema

Definition at line 2019 of file schema.h.


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