|
chenjunfu2-nbt-cpp v2.1.0
一个基于CPP20的NBT(Named Binary Tag)库
|
NBT所有类型定义与类型处理工具集 更多...
#include <stdint.h>#include <stddef.h>#include <variant>#include <vector>#include <unordered_map>#include <string>#include <type_traits>#include "NBT_TAG.hpp"类 | |
| class | NBT_Type |
| 提供NBT类型定义,包括NBT格式中的所有数据类型,以及部分辅助功能,比如静态类型与Tag映射,类型存在查询,类型列表大小,类型最大小值等 更多... | |
| struct | NBT_Type::_TypeList< Ts > |
| 类型列表模板 更多... | |
NBT所有类型定义与类型处理工具集