|
GiNaC
1.6.2
|
Comparison policy: use bit-wise comparison to compare structures. More...
#include <structure.h>
Protected Member Functions | |
| ~compare_bitwise () | |
Static Protected Member Functions | |
| static bool | struct_is_equal (const T *t1, const T *t2) |
| static int | struct_compare (const T *t1, const T *t2) |
Comparison policy: use bit-wise comparison to compare structures.
Definition at line 77 of file structure.h.
| GiNaC::compare_bitwise< T >::~compare_bitwise | ( | ) | [inline, protected] |
Definition at line 105 of file structure.h.
| static bool GiNaC::compare_bitwise< T >::struct_is_equal | ( | const T * | t1, |
| const T * | t2 | ||
| ) | [inline, static, protected] |
Definition at line 79 of file structure.h.
| static int GiNaC::compare_bitwise< T >::struct_compare | ( | const T * | t1, |
| const T * | t2 | ||
| ) | [inline, static, protected] |
Definition at line 87 of file structure.h.