![]() |
My Project
|
#include "kernel/mod2.h"#include "Singular/ipid.h"#include "Singular/blackbox.h"#include "Singular/lists.h"#include "Singular/ipshell.h"#include "Singular/ipconv.h"#include "Singular/newstruct.h"#include <ctype.h>Go to the source code of this file.
Data Structures | |
| struct | newstruct_member |
| struct | newstruct_proc |
| struct | newstruct_desc |
Functions | |
| int | newstruct_desc_size () |
| static int | NeedShadowRing (int t) |
| char * | newstruct_String (blackbox *b, void *d) |
| lists | lCopy_newstruct (lists L) |
| void * | newstruct_Copy (blackbox *, void *d) |
| BOOLEAN | newstruct_Assign_user (int op, leftv l, leftv r) |
| void | lClean_newstruct (lists l) |
| static BOOLEAN | newstruct_Assign_same (leftv l, leftv r) |
| BOOLEAN | newstruct_Op1 (int op, leftv res, leftv arg) |
| BOOLEAN | newstruct_Assign (leftv l, leftv r) |
| BOOLEAN | newstruct_Op2 (int op, leftv res, leftv a1, leftv a2) |
| BOOLEAN | newstruct_OpM (int op, leftv res, leftv args) |
| void | newstruct_destroy (blackbox *, void *d) |
| void * | newstruct_Init (blackbox *b) |
| BOOLEAN | newstruct_CheckAssign (blackbox *, leftv L, leftv R) |
| BOOLEAN | newstruct_serialize (blackbox *b, void *d, si_link f) |
| BOOLEAN | newstruct_deserialize (blackbox **, void **d, si_link f) |
| void | newstruct_Print (blackbox *b, void *d) |
| void | newstruct_setup (const char *n, newstruct_desc d) |
| static newstruct_desc | scanNewstructFromString (const char *s, newstruct_desc res) |
| newstruct_desc | newstructFromString (const char *s) |
| newstruct_desc | newstructChildFromString (const char *parent, const char *s) |
| void | newstructShow (newstruct_desc d) |
| BOOLEAN | newstruct_set_proc (const char *bbname, const char *func, int args, procinfov pr) |
| struct newstruct_member_s |
Definition at line 15 of file newstruct.cc.
| Data Fields | ||
|---|---|---|
| char * | name | |
| newstruct_member | next | |
| int | pos | |
| int | typ | |
| struct newstruct_proc_a |
Definition at line 25 of file newstruct.cc.
| Data Fields | ||
|---|---|---|
| int | args | |
| newstruct_proc | next | |
| procinfov | p | |
| int | t | |
| struct newstruct_desc_s |
Definition at line 33 of file newstruct.cc.
| Data Fields | ||
|---|---|---|
| int | id | |
| newstruct_member | member | |
| newstruct_desc | parent | |
| newstruct_proc | procs | |
| int | size | |
| void lClean_newstruct | ( | lists | l | ) |
Definition at line 217 of file newstruct.cc.
Definition at line 134 of file newstruct.cc.
|
inlinestatic |
Definition at line 46 of file newstruct.cc.
Definition at line 287 of file newstruct.cc.
Definition at line 237 of file newstruct.cc.
Definition at line 182 of file newstruct.cc.
Definition at line 557 of file newstruct.cc.
| void * newstruct_Copy | ( | blackbox * | , |
| void * | d ) |
Definition at line 175 of file newstruct.cc.
| int newstruct_desc_size | ( | ) |
Definition at line 42 of file newstruct.cc.
Definition at line 644 of file newstruct.cc.
| void newstruct_destroy | ( | blackbox * | , |
| void * | d ) |
Definition at line 527 of file newstruct.cc.
| void * newstruct_Init | ( | blackbox * | b | ) |
Definition at line 536 of file newstruct.cc.
Definition at line 259 of file newstruct.cc.
Definition at line 344 of file newstruct.cc.
Definition at line 486 of file newstruct.cc.
| void newstruct_Print | ( | blackbox * | b, |
| void * | d ) |
Definition at line 670 of file newstruct.cc.
Definition at line 602 of file newstruct.cc.
Definition at line 857 of file newstruct.cc.
| void newstruct_setup | ( | const char * | n, |
| newstruct_desc | d ) |
Definition at line 699 of file newstruct.cc.
| char * newstruct_String | ( | blackbox * | b, |
| void * | d ) |
Definition at line 50 of file newstruct.cc.
Definition at line 810 of file newstruct.cc.
| newstruct_desc newstructFromString | ( | const char * | s | ) |
Definition at line 803 of file newstruct.cc.
| void newstructShow | ( | newstruct_desc | d | ) |
Definition at line 837 of file newstruct.cc.
|
static |
Definition at line 725 of file newstruct.cc.