TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec_memfile.hpp File Reference

A byte buffer class with stream-like read/write semantics. More...

#include <cstddef>
#include <cstdio>
#include <string>
#include <sstream>
#include <memory.h>
#include "tec/tec_def.hpp"
#include "tec/tec_trace.hpp"

Go to the source code of this file.

Classes

class  tec::MemFile
 A byte buffer class with stream-like read/write semantics. More...
 
struct  tec::MemFile::_Char2
 

Typedefs

using tec::Blob = MemFile
 
using tec::Bytes = MemFile
 

Detailed Description

A byte buffer class with stream-like read/write semantics.

Author
The Emacs Cat
Date
2025-12-17

Typedef Documentation

◆ Blob

using tec::Blob = typedef MemFile

An alias.

◆ Bytes

using tec::Bytes = typedef MemFile

An alias.