CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
src
opt
cereal
include
cer_base.h
Go to the documentation of this file.
1
// -*- C++ -*-
12
#ifndef __cxz_cer_base_h__
13
#define __cxz_cer_base_h__
14
15
#define CXZ_CEREAL_FORMAT_VERION 1u
17
namespace
CNORXZ
18
{
19
namespace
cer
20
{
24
enum class
Format
{
25
BINARY
= 1u,
26
JSON
= 2u,
27
XML
= 3u
28
};
29
33
enum class
ContentType
{
34
ARRAY
= 1u,
35
MAP
= 2u
36
};
37
}
38
}
39
40
#endif
CNORXZ::cer::ContentType
ContentType
Definition
cer_base.h:33
CNORXZ::cer::ContentType::MAP
@ MAP
CNORXZ::cer::ContentType::ARRAY
@ ARRAY
CNORXZ::cer::Format
Format
Definition
cer_base.h:24
CNORXZ::cer::Format::JSON
@ JSON
CNORXZ::cer::Format::XML
@ XML
CNORXZ::cer::Format::BINARY
@ BINARY
CNORXZ
Definition
aindex.cc.h:18
Generated by
1.10.0