CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CBOR.hpp File Reference

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