|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
The archives namespace. More...
Typedefs | |
| using | out_port_bin_t = cereal::PortableBinaryOutputArchive |
| Typedef to output portable binary archive. | |
| using | out_bin_t = cereal::BinaryOutputArchive |
| Typedef to output binary archive. | |
| using | out_xml_t = cereal::XMLOutputArchive |
| Typedef to output xml archive. | |
| using | out_json_t = cereal::JSONOutputArchive |
| Typedef to output json archive. | |
| using | out_raw_t = raw_oarchive |
| Typedef to output raw archive. | |
| using | out_protobuf_t = protobuf_oarchive |
| Typedef to output using Google protocol buffers. | |
| using | in_port_bin_t = cereal::PortableBinaryInputArchive |
| Typedef to input portable binary archive. | |
| using | in_bin_t = cereal::BinaryInputArchive |
| Typedef to input binary archive. | |
| using | in_xml_t = cereal::XMLInputArchive |
| Typedef to input xml archive. | |
| using | in_json_t = cereal::JSONInputArchive |
| Typedef to input json archive. | |
| using | in_raw_t = raw_iarchive |
| Typedef to input raw archive. | |
| using | in_protobuf_t = protobuf_iarchive |
| Typedef to input using Google protocol buffers. | |
The archives namespace.