CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
utilities.h File Reference

CNORXZ Cereal utilities declaration. More...

#include <istream>
#include <ostream>
#include "base/base.h"
#include "cer_base.h"
#include <cereal/archives/xml.hpp>
#include <cereal/archives/json.hpp>
#include <cereal/archives/binary.hpp>

Go to the source code of this file.

Classes

struct  CNORXZ::cer::OutputFormatMap< F >
 
struct  CNORXZ::cer::OutputFormatMap< Format::BINARY >
 
struct  CNORXZ::cer::OutputFormatMap< Format::JSON >
 
struct  CNORXZ::cer::OutputFormatMap< Format::XML >
 
struct  CNORXZ::cer::InputFormatMap< F >
 
struct  CNORXZ::cer::InputFormatMap< Format::BINARY >
 
struct  CNORXZ::cer::InputFormatMap< Format::JSON >
 
struct  CNORXZ::cer::InputFormatMap< Format::XML >
 

Namespaces

namespace  CNORXZ
 
namespace  CNORXZ::cer
 

Functions

template<Format F, typename T >
void CNORXZ::cer::write (std::ostream &os, const MArray< T > &data)
 
template<Format F, typename T >
void CNORXZ::cer::read (std::istream &is, MArray< T > &data)
 
template<Format F, typename T >
void CNORXZ::cer::writeFile (const String &name, const MArray< T > &data)
 
template<Format F, typename T >
void CNORXZ::cer::readFile (const String &name, MArray< T > &data)
 
template<typename T >
void CNORXZ::cer::writeBINARYFile (const String &name, const MArray< T > &data)
 
template<typename T >
void CNORXZ::cer::readBINARYFile (const String &name, MArray< T > &data)
 
template<typename T >
void CNORXZ::cer::writeJSONFile (const String &name, const MArray< T > &data)
 
template<typename T >
void CNORXZ::cer::readJSONFile (const String &name, MArray< T > &data)
 
template<typename T >
void CNORXZ::cer::writeXMLFile (const String &name, const MArray< T > &data)
 
template<typename T >
void CNORXZ::cer::readXMLFile (const String &name, MArray< T > &data)
 

Detailed Description

CNORXZ Cereal utilities declaration.

Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de

Definition in file utilities.h.