CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
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
17namespace 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