GiNaC  1.6.2
Classes | Namespaces
container.h File Reference

Wrapper template for making GiNaC classes out of STL containers. More...

#include "ex.h"
#include "print.h"
#include "archive.h"
#include "assertion.h"
#include <algorithm>
#include <iterator>
#include <list>
#include <memory>
#include <stdexcept>
#include <vector>

Go to the source code of this file.

Classes

class  GiNaC::container_storage< C >
 Helper template for encapsulating the reserve() mechanics of STL containers. More...
class  GiNaC::container_init< T, STLT >
 Helper template to allow initialization of containers via an overloaded comma operator (idea stolen from Blitz++). More...
class  GiNaC::container< C >
 Wrapper template for making GiNaC classes out of STL containers. More...

Namespaces

namespace  GiNaC
 

CRC32 hash function.



Detailed Description

Wrapper template for making GiNaC classes out of STL containers.

Definition in file container.h.


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