Public Member Functions | Public Attributes | List of all members
GenericSchemaDocument< ValueT, Allocator >::SchemaRefEntry Struct Reference

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 1612 of file schema.h.

Constructor & Destructor Documentation

template<typename ValueT , typename Allocator = CrtAllocator>
GenericSchemaDocument< ValueT, Allocator >::SchemaRefEntry::SchemaRefEntry ( const PointerType s,
const PointerType t,
const SchemaType **  outSchema,
Allocator *  allocator 
)
inline

Definition at line 1613 of file schema.h.

1613 : source(s, allocator), target(t, allocator), schema(outSchema) {}
static QCString * s
Definition: config.cpp:1042

Member Data Documentation

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

Definition at line 1616 of file schema.h.

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

Definition at line 1614 of file schema.h.

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

Definition at line 1615 of file schema.h.


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