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

NBT类型二进制序列化工具 更多...

#include <new>
#include <bit>
#include <vector>
#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>
#include <utility>
#include <type_traits>
#include <algorithm>
#include "NBT_Print.hpp"
#include "NBT_Node.hpp"
#include "NBT_Endian.hpp"

浏览该文件的源代码.

class  NBT_Writer
 这个类用于提供从NBT_Type::Compound对象写出到NBT二进制流的序列化功能 更多...

详细描述

NBT类型二进制序列化工具