![]() |
My Project
|
#include "misc/auxiliary.h"#include "polys/monomials/ring.h"#include "polys/monomials/p_polys.h"#include "polys/templates/p_Procs.h"#include "polys/templates/p_Numbers.h"#include "polys/templates/p_MemCmp.h"#include "polys/templates/p_MemAdd.h"#include "polys/templates/p_MemCopy.h"#include "polys/kbuckets.h"#include "reporter/reporter.h"#include "polys/templates/p_Procs.inc"#include "polys/templates/p_Procs_Static.h"#include "polys/templates/p_Procs_Impl.h"#include "polys/templates/p_Procs_Set.h"Go to the source code of this file.
Macros | |
| #define | LINKAGE |
| #define | p_Procs_Static |
| #define | SetStaticProcFromArray(what, type, field, length, ord) |
| #define | SetStaticProcFromFuncsArray(what, field, length, ord) SetStaticProcFromArray(what, funcs, field, length, ord) |
| #define | DoSetProc(what, field, length, ord) |
Variables | |
| const BOOLEAN | p_procs_dynamic = FALSE |
| #define DoSetProc | ( | what, | |
| field, | |||
| length, | |||
| ord | |||
| ) |
Definition at line 48 of file p_Procs_Static.cc.
| #define LINKAGE |
Definition at line 27 of file p_Procs_Static.cc.
| #define p_Procs_Static |
Definition at line 29 of file p_Procs_Static.cc.
| #define SetStaticProcFromArray | ( | what, | |
| type, | |||
| field, | |||
| length, | |||
| ord | |||
| ) |
Definition at line 40 of file p_Procs_Static.cc.
| #define SetStaticProcFromFuncsArray | ( | what, | |
| field, | |||
| length, | |||
| ord | |||
| ) | SetStaticProcFromArray(what, funcs, field, length, ord) |
Definition at line 44 of file p_Procs_Static.cc.
Definition at line 25 of file p_Procs_Static.cc.