Cogs.Core
|
Generic blob of data. More...
#include <CogsBin3.h>
Public Attributes | |
uint64_t | sectionOffset |
Raw section pointer: Upper 16 bits is section id, lower 48 is offset inside that section. | |
uint32_t | size |
Size of buffer, in bytes. | |
BufferContentFlags | flags |
Specifies what kind of data present in the buffer. | |
Generic blob of data.
Definition at line 280 of file CogsBin3.h.
BufferContentFlags Cogs::Core::CogsBin3::Buffer::flags |
Specifies what kind of data present in the buffer.
Definition at line 284 of file CogsBin3.h.
uint64_t Cogs::Core::CogsBin3::Buffer::sectionOffset |
Raw section pointer: Upper 16 bits is section id, lower 48 is offset inside that section.
Definition at line 282 of file CogsBin3.h.
uint32_t Cogs::Core::CogsBin3::Buffer::size |
Size of buffer, in bytes.
Definition at line 283 of file CogsBin3.h.