My Project  debian-1:4.1.1-p2+ds-4build3
Macros | Typedefs | Enumerations | Variables
structs.h File Reference
#include "kernel/mod2.h"
#include "omalloc/omalloc.h"
#include "coeffs/si_gmp.h"
#include "kernel/polys.h"
#include "polys/coeffrings.h"

Go to the source code of this file.

Macros

#define BITSET   unsigned int
 
#define loop   for(;;)
 

Typedefs

typedef ip_package * package
 
typedef char * char_ptr
 
typedef int * int_ptr
 
typedef sleftvleftv
 
typedef skStrategykStrategy
 
typedef ssyStrategysyStrategy
 
typedef procinfoprocinfov
 

Enumerations

enum  tHomog { isNotHomog = FALSE, isHomog = TRUE, testHomog }
 

Variables

omBin char_ptr_bin
 

Macro Definition Documentation

◆ BITSET

#define BITSET   unsigned int

Definition at line 19 of file structs.h.

◆ loop

#define loop   for(;;)

Definition at line 79 of file structs.h.

Typedef Documentation

◆ char_ptr

typedef char* char_ptr

Definition at line 56 of file structs.h.

◆ int_ptr

typedef int* int_ptr

Definition at line 57 of file structs.h.

◆ kStrategy

Definition at line 61 of file structs.h.

◆ leftv

typedef sleftv* leftv

Definition at line 60 of file structs.h.

◆ package

typedef ip_package* package

Definition at line 46 of file structs.h.

◆ procinfov

typedef procinfo* procinfov

Definition at line 63 of file structs.h.

◆ syStrategy

Definition at line 62 of file structs.h.

Enumeration Type Documentation

◆ tHomog

enum tHomog
Enumerator
isNotHomog 
isHomog 
testHomog 

Definition at line 37 of file structs.h.

38 {
39  isNotHomog = FALSE,
40  isHomog = TRUE,
41  testHomog
42 };

Variable Documentation

◆ char_ptr_bin

omBin char_ptr_bin

Definition at line 45 of file ring.cc.

FALSE
#define FALSE
Definition: auxiliary.h:94
isNotHomog
@ isNotHomog
Definition: structs.h:39
testHomog
@ testHomog
Definition: structs.h:41
TRUE
#define TRUE
Definition: auxiliary.h:98
isHomog
@ isHomog
Definition: structs.h:40