|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Function.hpp"#include "CeresEngine/Foundation/Generator.hpp"#include "CeresEngine/Foundation/Iterator.hpp"#include "CeresEngine/Foundation/Container/MemoryView.hpp"#include "CeresEngine/Foundation/Container/Pair.hpp"#include "CeresEngine/Foundation/Container/Variant.hpp"#include "CeresEngine/Foundation/IO/Stream.Buffered.hpp"#include "CeresEngine/Foundation/IO/Stream.Limited.hpp"#include "CeresEngine/Foundation/IO/Stream.hpp"#include "CeresEngine/Foundation/String.hpp"#include <cstddef>#include <utility>Go to the source code of this file.
Classes | |
| class | CeresEngine::CBOR |
| Concise Binary Object Representation (CBOR) More... | |
| struct | CeresEngine::CBOR::Array |
| Represents a CBOR array. More... | |
| struct | CeresEngine::CBOR::Map |
| Represents a CBOR map. More... | |
| struct | CeresEngine::CBOR::Tag |
| Represents a CBOR tag. More... | |
| struct | CeresEngine::CBOR::Binary |
| Represents a CBOR byte string (or binary). More... | |
| struct | CeresEngine::CBOR::Undefined |
| Represents a CBOR undefined type. More... | |
| struct | CeresEngine::CBOR::Break |
| Represents a CBOR break. More... | |
| struct | CeresEngine::CBOR::Unknown |
| Represents an unknown CBOR opcode. More... | |
| class | CeresEngine::CBOR::Value |
The Value class represents a data holder in the CBOR encoder or decoder. More... | |
| class | CeresEngine::CBOR::Decoder |
The Decoder class is a CBOR (Concise Binary Object Representation) decoder that provides an abstraction for deserializing CBOR data from an input stream. More... | |
| class | CeresEngine::CBOR::Encoder |
The Encoder class is a CBOR (Concise Binary Object Representation) encoder that provides an abstraction for serializing CBOR data to an output stream. More... | |
Namespaces | |
| namespace | CeresEngine |