![]() |
#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 |
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 207 of file newstruct.cc.
Definition at line 123 of file newstruct.cc.
Definition at line 277 of file newstruct.cc.
Definition at line 227 of file newstruct.cc.
Definition at line 171 of file newstruct.cc.
Definition at line 566 of file newstruct.cc.
void* newstruct_Copy | ( | blackbox * | , |
void * | d | ||
) |
Definition at line 164 of file newstruct.cc.
int newstruct_desc_size | ( | ) |
Definition at line 42 of file newstruct.cc.
Definition at line 653 of file newstruct.cc.
void newstruct_destroy | ( | blackbox * | , |
void * | d | ||
) |
Definition at line 536 of file newstruct.cc.
void* newstruct_Init | ( | blackbox * | b | ) |
Definition at line 545 of file newstruct.cc.
Definition at line 249 of file newstruct.cc.
Definition at line 334 of file newstruct.cc.
Definition at line 495 of file newstruct.cc.
void newstruct_Print | ( | blackbox * | b, |
void * | d | ||
) |
Definition at line 676 of file newstruct.cc.
Definition at line 611 of file newstruct.cc.
Definition at line 863 of file newstruct.cc.
void newstruct_setup | ( | const char * | n, |
newstruct_desc | d | ||
) |
Definition at line 705 of file newstruct.cc.
char* newstruct_String | ( | blackbox * | b, |
void * | d | ||
) |
Definition at line 47 of file newstruct.cc.
Definition at line 816 of file newstruct.cc.
newstruct_desc newstructFromString | ( | const char * | s | ) |
Definition at line 809 of file newstruct.cc.
void newstructShow | ( | newstruct_desc | d | ) |
Definition at line 843 of file newstruct.cc.
|
static |
Definition at line 731 of file newstruct.cc.