|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Lightweight binary serialization optimized for network communication. More...
#include <cstddef>#include <cstdio>#include <string>#include <type_traits>#include "tec/tec_def.hpp"#include "tec/tec_memfile.hpp"#include "tec/tec_container.hpp"#include "tec/tec_serialize.hpp"#include "tec/net/tec_nd_types.hpp"Go to the source code of this file.
Classes | |
| class | tec::NetData |
| Lightweight binary serialization container optimized for network communication. More... | |
| struct | tec::NetData::StreamIn |
| Helper type for ADL customization of input operations. More... | |
| struct | tec::NetData::StreamOut |
| Helper type for ADL customization of output operations. More... | |
Lightweight binary serialization optimized for network communication.