GiNaC 1.8.7
Classes | Namespaces
structure.h File Reference

Wrapper template for making GiNaC classes out of C++ structures. More...

#include "ex.h"
#include "ncmul.h"
#include "numeric.h"
#include "operators.h"
#include "print.h"
#include <functional>

Go to the source code of this file.

Classes

class  GiNaC::compare_all_equal< T >
 Comparison policy: all structures of one type are equal. More...
 
class  GiNaC::compare_std_less< T >
 Comparison policy: use std::equal_to/std::less (defaults to operators == and <) to compare structures. More...
 
class  GiNaC::compare_bitwise< T >
 Comparison policy: use bit-wise comparison to compare structures. More...
 
class  GiNaC::structure< T, ComparisonPolicy >
 Wrapper template for making GiNaC classes out of C++ structures. More...
 

Namespaces

namespace  GiNaC
 

Detailed Description

Wrapper template for making GiNaC classes out of C++ structures.

Definition in file structure.h.


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