Cogs.Core
Public Attributes | List of all members
Cogs::Core::CogsBin3::Buffer Struct Reference

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.
 

Detailed Description

Generic blob of data.

Definition at line 280 of file CogsBin3.h.

Member Data Documentation

◆ flags

BufferContentFlags Cogs::Core::CogsBin3::Buffer::flags

Specifies what kind of data present in the buffer.

Definition at line 284 of file CogsBin3.h.

◆ sectionOffset

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.

◆ size

uint32_t Cogs::Core::CogsBin3::Buffer::size

Size of buffer, in bytes.

Definition at line 283 of file CogsBin3.h.


The documentation for this struct was generated from the following file: