newstruct.h
Go to the documentation of this file.
1 #ifndef NEWTYPES_H
2 #define NEWTYPES_H
3 
4 typedef struct newstruct_desc_s *newstruct_desc;
5 
6 void newstruct_setup(const char * name, newstruct_desc d);
8 newstruct_desc newstructFromString(const char *s);
9 newstruct_desc newstructChildFromString(const char *p, const char *s);
10 BOOLEAN newstruct_set_proc(const char *name,const char *func,int args, procinfov p);
11 void newstructShow(newstruct_desc d);
12 
13 #endif
const CanonicalForm int s
Definition: facAbsFact.cc:55
newstruct_desc newstructChildFromString(const char *p, const char *s)
Definition: newstruct.cc:803
return P p
Definition: myNF.cc:203
int newstruct_desc_size()
Definition: newstruct.cc:41
BOOLEAN newstruct_set_proc(const char *name, const char *func, int args, procinfov p)
Definition: newstruct.cc:850
void newstruct_setup(const char *name, newstruct_desc d)
Definition: newstruct.cc:692
void newstructShow(newstruct_desc d)
Definition: newstruct.cc:830
char name(const Variable &v)
Definition: factory.h:178
newstruct_desc newstructFromString(const char *s)
Definition: newstruct.cc:796
int BOOLEAN
Definition: auxiliary.h:86