HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::custom_value< Context > Struct Template Reference

#include <core.h>

Public Types

using parse_context = typename Context::parse_context_type
 

Public Attributes

voidvalue
 
void(* format )(void *arg, parse_context &parse_ctx, Context &ctx)
 

Detailed Description

template<typename Context>
struct detail::custom_value< Context >

Definition at line 1223 of file core.h.

Member Typedef Documentation

template<typename Context>
using detail::custom_value< Context >::parse_context = typename Context::parse_context_type

Definition at line 1224 of file core.h.

Member Data Documentation

template<typename Context>
void(* detail::custom_value< Context >::format)(void *arg, parse_context &parse_ctx, Context &ctx)

Definition at line 1226 of file core.h.

template<typename Context>
void* detail::custom_value< Context >::value

Definition at line 1225 of file core.h.


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