IN2OSM  1.0.1
GenericSchemaDocument< ValueT, Allocator >::SchemaRefEntry
Collaboration diagram for GenericSchemaDocument< ValueT, Allocator >::SchemaRefEntry:
Collaboration graph

Public Member Functions

 SchemaRefEntry (const PointerType &s, const PointerType &t, const SchemaType **outSchema, Allocator *allocator)
 

Public Attributes

PointerType source
 
PointerType target
 
const SchemaType ** schema
 

Detailed Description

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

Definition at line 1614 of file schema.h.

Constructor & Destructor Documentation

◆ SchemaRefEntry()

SchemaRefEntry ( const PointerType s,
const PointerType t,
const SchemaType **  outSchema,
Allocator *  allocator 
)
inline

Definition at line 1615 of file schema.h.

1615 : source(s, allocator), target(t, allocator), schema(outSchema) {}
const SchemaType ** schema
Definition: schema.h:1618
PointerType target
Definition: schema.h:1617
PointerType source
Definition: schema.h:1616

Member Data Documentation

◆ schema

const SchemaType** schema

Definition at line 1618 of file schema.h.

◆ source

PointerType source

Definition at line 1616 of file schema.h.

◆ target

PointerType target

Definition at line 1617 of file schema.h.


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