Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ser::detail::size_counter Class Reference

Minimal writer used by ser::bytes to count produced bytes without storing data. More...

#include <ser_ct.h>

Public Member Functions

template<typename T >
void save (const T &)
 
void save_raw (const void *, uint32_t size, ser::serialization_type_id id)
 
void seek (uint32_t pos)
 
GAIA_NODISCARD uint32_t tell () const
 

Detailed Description

Minimal writer used by ser::bytes to count produced bytes without storing data.


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