chenjunfu2-nbt-cpp v2.1.3
一个基于CPP20的NBT(Named Binary Tag)库
载入中...
搜索中...
未找到
NBT_Visitor_Collector::Frame结构体 参考

栈帧 更多...

#include <NBT_Visitor.hpp>

Public 类型

enum class  Type : uint8_t { Compound , List }
 帧的容器类型 更多...

Public 属性

Type enType
 当前帧的容器类型
union { 
   NBT_Type::Compound *   pCompound 
 当前存储的 Compound 容器指针
   NBT_Type::List *   pList 
 当前存储的 List 容器指针
}; 

详细描述

栈帧

成员枚举类型说明

◆ Type

enum class NBT_Visitor_Collector::Frame::Type : uint8_t
strong

帧的容器类型

枚举值
Compound 

当前存储的是 Compound 类型

List 

当前存储的是 List 类型


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