Unravel Engine C++ Reference
|
Go to the source code of this file.
Classes | |
class | ser20::membuf |
Namespaces | |
namespace | ser20 |
Macros | |
#define | ASSOC_ARCHIVE 1 |
Typedefs | |
using | ser20::oarchive_associative_t = simd::JSONOutputArchive |
using | ser20::iarchive_associative_t = simd::JSONInputArchive |
Functions | |
auto | ser20::create_oarchive_associative (std::ostream &stream) |
auto | ser20::create_iarchive_associative (std::istream &stream) |
auto | ser20::create_iarchive_associative (const uint8_t *buf, size_t len) |
auto | ser20::create_iarchive_associative (const char *buf, size_t len) |
#define ASSOC_ARCHIVE 1 |
Definition at line 4 of file associative_archive.h.