chenjunfu2-nbt-cpp v2.1.0
一个基于CPP20的NBT(Named Binary Tag)库
载入中...
搜索中...
未找到
NBT_Type.hpp 文件参考

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所有类型定义与类型处理工具集