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

Generic blob of data. More...

#include <CogsBin.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 514 of file CogsBin.h.

Member Data Documentation

◆ flags

BufferContentFlags Cogs::Core::CogsBin::Buffer::flags

Specifies what kind of data present in the buffer.

Definition at line 518 of file CogsBin.h.

◆ sectionOffset

uint64_t Cogs::Core::CogsBin::Buffer::sectionOffset

Raw section pointer: Upper 16 bits is section id, lower 48 is offset inside that section.

Definition at line 516 of file CogsBin.h.

◆ size

uint32_t Cogs::Core::CogsBin::Buffer::size

Size of buffer, in bytes.

Definition at line 517 of file CogsBin.h.


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