![]() |
My Project
|
#include "misc/options.h"#include "Singular/idrec.h"#include "Singular/subexpr.h"#include "Singular/lists.h"Go to the source code of this file.
Data Structures | |
| struct | ip_command |
| struct | ip_package |
| class | proclevel |
| struct | SModulFunctions |
| struct | soptionStruct |
Macros | |
| #define | IDROOT (currPack->idroot) |
| #define | jjNormalizeQRingP(p) |
| #define | FLAG_STD 0 |
| #define | FLAG_TWOSTD 3 |
| #define | FLAG_QRING 4 |
| #define | FLAG_QRING_DEF 5 |
| #define | FLAG_OTHER_RING 6 |
| #define | FLAG_RING 7 |
| #define | hasFlag(A, F) |
| #define | setFlag(A, F) |
| #define | resetFlag(A, F) |
| #define | IDNEXT(a) |
| #define | IDTYP(a) |
| #define | IDFLAG(a) |
| #define | IDLEV(a) |
| #define | IDID(a) |
| #define | IDATTR(a) |
| #define | IDINT(a) |
| #define | IDDATA(a) |
| #define | IDRING(a) |
| #define | IDINTVEC(a) |
| #define | IDBIMAT(a) |
| #define | IDPOLY(a) |
| #define | IDBIGINT(a) |
| #define | IDNUMBER(a) |
| #define | IDIDEAL(a) |
| #define | IDMATRIX(a) |
| #define | IDMAP(a) |
| #define | IDSTRING(a) |
| #define | IDLIST(a) |
| #define | IDLINK(a) |
| #define | IDPACKAGE(a) |
| #define | IDPROC(a) |
Typedefs | |
| typedef ip_command * | command |
| typedef int(* | SModulFunc_t) (SModulFunctions *) |
Functions | |
| package | paCopy (package pack) |
| void | paKill (package pack) |
| BOOLEAN | load_builtin (const char *newlib, BOOLEAN autoexport, SModulFunc_t init) |
| void | module_help_main (const char *newlib, const char *help) |
| void | module_help_proc (const char *newlib, const char *p, const char *help) |
| idhdl | enterid (const char *a, int lev, int t, idhdl *root, BOOLEAN init=TRUE, BOOLEAN search=TRUE) |
| idhdl | ggetid (const char *n) |
| void | killid (const char *a, idhdl *i) |
| void | killhdl (idhdl h, package prooti=currPack) |
| void | killhdl2 (idhdl h, idhdl *ih, ring r) |
| lists | ipNameList (idhdl root) |
| lists | ipNameListLev (idhdl root, int lev) |
| void | ipMoveId (idhdl h) |
| BOOLEAN | checkPackage (package pack) |
| idhdl | packFindHdl (package r) |
| poly | jj_NormalizeQRingP (poly p, const ring r) |
| void | jjNormalizeQRingId (leftv I) |
| void * | idrecDataInit (int t) |
| void | ipListFlag (idhdl h) |
| struct sip_command |
| struct sip_package |
| Data Fields | ||
|---|---|---|
| void * | handle | |
| idhdl | idroot | |
| language_defs | language | |
| char * | libname | |
| BOOLEAN | loaded | |
| short | ref | |
| struct SModulFunctions |
| struct soptionStruct |
| #define hasFlag | ( | A, | |
| F ) |
| #define jjNormalizeQRingP | ( | p | ) |
| #define resetFlag | ( | A, | |
| F ) |
| typedef int(* SModulFunc_t) (SModulFunctions *) |
| idhdl enterid | ( | const char * | a, |
| int | lev, | ||
| int | t, | ||
| idhdl * | root, | ||
| BOOLEAN | init = TRUE, | ||
| BOOLEAN | search = TRUE ) |
Definition at line 256 of file ipid.cc.
| void * idrecDataInit | ( | int | t | ) |
Definition at line 116 of file ipid.cc.
| void ipListFlag | ( | idhdl | h | ) |
| void ipMoveId | ( | idhdl | h | ) |
| poly jj_NormalizeQRingP | ( | poly | p, |
| const ring | r ) |
Definition at line 2494 of file ipassign.cc.
| void jjNormalizeQRingId | ( | leftv | I | ) |
Definition at line 2459 of file ipassign.cc.
Definition at line 422 of file ipid.cc.
| BOOLEAN load_builtin | ( | const char * | newlib, |
| BOOLEAN | autoexport, | ||
| SModulFunc_t | init ) |
Definition at line 1304 of file iplib.cc.
| EXTERN_VAR package basePack |
| EXTERN_VAR idhdl basePackHdl |
| EXTERN_VAR package currPack |
| EXTERN_VAR idhdl currPackHdl |
| EXTERN_VAR idhdl currRingHdl |
| EXTERN_VAR omBin idrec_bin |
|
extern |
Definition at line 508 of file misc_ip.cc.
| EXTERN_VAR proclevel* procstack |
| EXTERN_VAR omBin sip_command_bin |
| EXTERN_VAR omBin sip_package_bin |
| EXTERN_VAR omBin sleftv_bin |
|
extern |
Definition at line 539 of file misc_ip.cc.