GiNaC 1.8.7
|
Archiving of GiNaC expressions. More...
#include "archive.h"
#include "registrar.h"
#include "ex.h"
#include "lst.h"
#include "version.h"
#include <iostream>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | GiNaC |
Functions | |
static void | GiNaC::write_unsigned (std::ostream &os, unsigned val) |
Write unsigned integer quantity to stream. More... | |
static unsigned | GiNaC::read_unsigned (std::istream &is) |
Read unsigned integer quantity from stream. More... | |
std::ostream & | GiNaC::operator<< (std::ostream &os, const archive_node &n) |
Write archive_node to binary data stream. More... | |
std::ostream & | GiNaC::operator<< (std::ostream &os, const archive &ar) |
Write archive to binary data stream. More... | |
std::istream & | GiNaC::operator>> (std::istream &is, archive_node &n) |
Read archive_node from binary data stream. More... | |
std::istream & | GiNaC::operator>> (std::istream &is, archive &ar) |
Read archive from binary data stream. More... | |
static synthesize_func | GiNaC::find_factory_fcn (const std::string &name) |
Archiving of GiNaC expressions.
Definition in file archive.cpp.