co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
co_ecs::block_metadata Struct Reference

Block metadata holds pointers where it begins, ends and a component metadata it holds. More...

#include <chunk.hpp>

Public Member Functions

 block_metadata (std::size_t offset, const component_meta &meta) noexcept
 

Public Attributes

std::size_t offset {}
 
component_meta meta {}
 

Detailed Description

Block metadata holds pointers where it begins, ends and a component metadata it holds.

Constructor & Destructor Documentation

◆ block_metadata()

co_ecs::block_metadata::block_metadata ( std::size_t offset,
const component_meta & meta )
inlinenoexcept

Member Data Documentation

◆ meta

component_meta co_ecs::block_metadata::meta {}

◆ offset

std::size_t co_ecs::block_metadata::offset {}

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