VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink_schema_info_t结构体 参考

Bundled runtime schema metadata for C API node creation. 更多...

#include <c_api.h>

vlink_schema_info_t 的协作图:

Public 属性

const char * ser
vlink_schema_t schema

详细描述

Bundled runtime schema metadata for C API node creation.

This mirrors the C++ pair of ser_type + schema_type so callers can configure both pieces atomically before the underlying node is initialised. Callers must either provide both fields together or leave both unset (ser == NULL / empty and schema == VLINK_SCHEMA_UNKNOWN).

类成员变量说明

◆ schema

vlink_schema_t vlink_schema_info_t::schema

Coarse schema family.

◆ ser

const char* vlink_schema_info_t::ser

Concrete type name / serialization identifier, or NULL.


该结构体的文档由以下文件生成: