codex
|
#include <array>
#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <span>
Go to the source code of this file.
Classes | |
class | codex::Packet |
Wrapper for a raw byte buffer with methods to extract data from it. More... | |
Namespaces | |
namespace | codex |
Concepts | |
concept | codex::Readable |
Identifies whether a C++ type can be read from a buffer. | |
Enumerations | |
enum class | codex::Type : uint8_t { codex::INVALID , codex::INT , codex::FLOAT , codex::INVALID , codex::INT , codex::FLOAT } |
Data types that can be read from a buffer. More... | |