|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
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 |
A byte buffer class with stream-like read/write semantics.
| using tec::Blob = typedef MemFile |
An alias.
| using tec::Bytes = typedef MemFile |
An alias.