GiNaC 1.8.7
Namespaces | Functions
archive.cpp File Reference

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)
 

Detailed Description

Archiving of GiNaC expressions.

Definition in file archive.cpp.


This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.