![]() |
#include <kernel/mod2.h>
#include <Singular/ipid.h>
#include <Singular/blackbox.h>
#include <Singular/lists.h>
#include <Singular/ipshell.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 |
struct newstruct_member_s |
Definition at line 14 of file newstruct.cc.
Data Fields | ||
---|---|---|
char * | name | |
newstruct_member | next | |
int | pos | |
int | typ |
struct newstruct_proc_a |
Definition at line 24 of file newstruct.cc.
Data Fields | ||
---|---|---|
int | args | |
newstruct_proc | next | |
procinfov | p | |
int | t |
struct newstruct_desc_s |
Definition at line 32 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 204 of file newstruct.cc.
Definition at line 120 of file newstruct.cc.
Definition at line 278 of file newstruct.cc.
Definition at line 224 of file newstruct.cc.
Definition at line 168 of file newstruct.cc.
Definition at line 554 of file newstruct.cc.
void* newstruct_Copy | ( | blackbox * | , |
void * | d | ||
) |
Definition at line 161 of file newstruct.cc.
int newstruct_desc_size | ( | ) |
Definition at line 41 of file newstruct.cc.
Definition at line 640 of file newstruct.cc.
void newstruct_destroy | ( | blackbox * | , |
void * | d | ||
) |
Definition at line 528 of file newstruct.cc.
void* newstruct_Init | ( | blackbox * | b | ) |
Definition at line 537 of file newstruct.cc.
Definition at line 246 of file newstruct.cc.
Definition at line 335 of file newstruct.cc.
Definition at line 485 of file newstruct.cc.
void newstruct_Print | ( | blackbox * | b, |
void * | d | ||
) |
Definition at line 663 of file newstruct.cc.
Definition at line 599 of file newstruct.cc.
Definition at line 849 of file newstruct.cc.
void newstruct_setup | ( | const char * | n, |
newstruct_desc | d | ||
) |
Definition at line 692 of file newstruct.cc.
char* newstruct_String | ( | blackbox * | b, |
void * | d | ||
) |
Definition at line 46 of file newstruct.cc.
Definition at line 802 of file newstruct.cc.
newstruct_desc newstructFromString | ( | const char * | s | ) |
Definition at line 795 of file newstruct.cc.
void newstructShow | ( | newstruct_desc | d | ) |
Definition at line 829 of file newstruct.cc.
|
static |
Definition at line 718 of file newstruct.cc.