Max OS 0.3
Loading...
Searching...
No Matches
buffer.h File Reference

Defines a Buffer class for safe memory operations. More...

#include <cstdint>
#include <cstddef>
#include <memory/memoryIO.h>
#include <common/logger.h>

Go to the source code of this file.

Classes

class  MaxOS::common::Buffer
 Wrapper class for a region of bytes in memor in an attempt to add some memory safety. Automatically allocates the size specified and frees it once done, adds boundary to I/O. More...
 

Typedefs

typedef Buffer MaxOS::common::buffer_t
 Typedef for Buffer class.
 

Detailed Description

Defines a Buffer class for safe memory operations.

Date
30th July 2025
Author
Max Tyson

Definition in file buffer.h.

Typedef Documentation

◆ buffer_t

typedef Buffer MaxOS::common::buffer_t

Typedef for Buffer class.

Definition at line 70 of file buffer.h.