RetroArch
Public Member Functions | Public Attributes | List of all members
GenericSchemaDocument< ValueT, Allocator >::SchemaEntry Struct Reference
Collaboration diagram for GenericSchemaDocument< ValueT, Allocator >::SchemaEntry:
[legend]

Public Member Functions

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

Public Attributes

PointerType pointer
 
SchemaTypeschema
 
bool owned
 

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

◆ ~SchemaEntry()

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

Member Data Documentation

◆ owned

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

◆ pointer

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

◆ schema

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

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