NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
serializer_base.hpp 文件参考

序列化器公共基础设施 更多...

serializer_base.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  neforce::serialize::serialize_context
 序列化上下文 更多...

函数

bool neforce::serialize::is_arithmetic_type (const reflect::type_id tid) noexcept
 判断指定类型 ID 是否为基础算术类型
bool neforce::serialize::is_char_type (const reflect::type_id tid) noexcept
 判断指定类型 ID 是否为字符类型
bool neforce::serialize::is_string_type (const reflect::type_id tid) noexcept
 判断指定类型 ID 是否为字符串类型

详细描述

序列化器公共基础设施

此文件提供了所有序列化器共用的上下文结构和类型分派工具。

在文件 serializer_base.hpp 中定义.