/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/Applications/SPP/include/spp_types.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STATISTICS
struct  COL_ORDERED
struct  ROW_ORDERED

Defines

#define row_ind_type   short
#define setbit(a, i)   ((a)[(i)/BITSPERBYTE] |= 1<<((i)%BITSPERBYTE))
#define clrbit(a, i)   ((a)[(i)/BITSPERBYTE] &= ~(1<<((i)%BITSPERBYTE)))
#define isset(a, i)   ((a)[(i)/BITSPERBYTE] & (1<<((i)%BITSPERBYTE)))
#define isclr(a, i)   (((a)[(i)/BITSPERBYTE] & (1<<((i)%BITSPERBYTE))) == 0)

Typedefs

typedef STATISTICS statistics
typedef COL_ORDERED col_ordered
typedef ROW_ORDERED row_ordered


Define Documentation

#define row_ind_type   short

Definition at line 20 of file spp_types.h.

#define setbit ( a,
 )     ((a)[(i)/BITSPERBYTE] |= 1<<((i)%BITSPERBYTE))

Definition at line 63 of file spp_types.h.

#define clrbit ( a,
 )     ((a)[(i)/BITSPERBYTE] &= ~(1<<((i)%BITSPERBYTE)))

Definition at line 64 of file spp_types.h.

#define isset ( a,
 )     ((a)[(i)/BITSPERBYTE] & (1<<((i)%BITSPERBYTE)))

Definition at line 65 of file spp_types.h.

#define isclr ( a,
 )     (((a)[(i)/BITSPERBYTE] & (1<<((i)%BITSPERBYTE))) == 0)

Definition at line 66 of file spp_types.h.


Typedef Documentation

typedef struct STATISTICS statistics

typedef struct COL_ORDERED col_ordered

typedef struct ROW_ORDERED row_ordered


Generated on Sun Nov 14 14:11:43 2010 for Coin-All by  doxygen 1.4.7